diff options
Diffstat (limited to 'include/clang/Lex/PPConditionalDirectiveRecord.h')
-rw-r--r-- | include/clang/Lex/PPConditionalDirectiveRecord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/PPConditionalDirectiveRecord.h b/include/clang/Lex/PPConditionalDirectiveRecord.h index 36e6216beb..d552c2735a 100644 --- a/include/clang/Lex/PPConditionalDirectiveRecord.h +++ b/include/clang/Lex/PPConditionalDirectiveRecord.h @@ -14,8 +14,8 @@ #ifndef LLVM_CLANG_LEX_PPCONDITIONALDIRECTIVERECORD_H #define LLVM_CLANG_LEX_PPCONDITIONALDIRECTIVERECORD_H -#include "clang/Lex/PPCallbacks.h" #include "clang/Basic/SourceLocation.h" +#include "clang/Lex/PPCallbacks.h" #include "llvm/ADT/SmallVector.h" #include <vector> |