This patch removes the comments grouping header includes. They were added after running IWYU over the LLDB codebase. However they add little value, are often outdates and burdensome to maintain. llvm-svn: 346626
7 lines
101 B
C
7 lines
101 B
C
#ifndef TEST_PDB_NESTED_H
|
|
#define TEST_PDB_NESTED_H
|
|
|
|
inline int baz(int n) { return n + 1; }
|
|
|
|
#endif
|