You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
374 B

/**
* @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 */