xref: /llvm-project/clang-tools-extra/test/modularize/Inputs/HeaderGuardSub2.h (revision 922734c661c355f194c0fe3d001c3601dac91335)
1428ad106SJohn Thompson #ifndef _HEADERGUARDSUB2_H_
2428ad106SJohn Thompson #define _HEADERGUARDSUB2_H_
3428ad106SJohn Thompson #include "HeaderGuardSubSub.h"
4*922734c6SJohn Thompson #include "HeaderGuardSubSubDefined.h"
5428ad106SJohn Thompson #endif // _HEADERGUARDSUB2_H_
6