diff options
Diffstat (limited to 'tools/clang-cc/SerializationTest.cpp')
-rw-r--r-- | tools/clang-cc/SerializationTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang-cc/SerializationTest.cpp b/tools/clang-cc/SerializationTest.cpp index fda8d8801a..b4fd8d7a75 100644 --- a/tools/clang-cc/SerializationTest.cpp +++ b/tools/clang-cc/SerializationTest.cpp @@ -19,7 +19,7 @@ #include "clang/AST/CFG.h" #include "clang/AST/Decl.h" #include "clang/AST/DeclGroup.h" -#include "clang.h" +#include "clang-cc.h" #include "ASTConsumers.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/ADT/OwningPtr.h" |