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