index
:
mana/deheader
master
Finds and optionally removes unneeded includes in C or C++ source files Regular Users should NOT download this.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
ci
/
samples
/
test5.h
blob: b570829f9e9ee62f0757735c1a163d3dd203e767 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#include
"include1.h"
#ifndef TEST5
#define TEST5
int
function1
();
#endif
// TEST5