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
/
test2.h
blob: 4cc233518438449f3cdb90b6e4e585fa16bf68ff (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef TEST2
#define TEST2
int
function1
();
#endif
// TEST2