summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/remove_duplicate_include.h
blob: c58416c25225172f77ff5705327d2787f1b47e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
 * @file remove_duplicate_include.h
 * prototypes for remove_duplicate_include.cpp
 *
 * @author  Guy Maurel
 * @license GPL v2+
 */

#ifndef REMOVE_DUPLICATE_INCLUDE_H_INCLUDED
#define REMOVE_DUPLICATE_INCLUDE_H_INCLUDED

#include "chunk.h"

/**
 * @brief Remove duplicate include
 */
void remove_duplicate_include();


#endif /* REMOVE_DUPLICATE_INCLUDE_H_INCLUDED */