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.cpp
blob: eda70009e0ed019f34cc2b38217fdd77a814f9ae (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#include
"test2.h"
#include
"include1.h"
int
function1
()
{
return
0
;
}