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