summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/remove_duplicate_include.h
blob: 97538ba5e9d028c0cb28c59b8f084b456859b0f9 (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_list.h"

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


#endif /* REMOVE_DUPLICATE_INCLUDE_H_INCLUDED */