diff options
Diffstat (limited to 'tools/clang-cc/PrintPreprocessedOutput.cpp')
-rw-r--r-- | tools/clang-cc/PrintPreprocessedOutput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang-cc/PrintPreprocessedOutput.cpp b/tools/clang-cc/PrintPreprocessedOutput.cpp index 34974bfd7d..6ac31a5124 100644 --- a/tools/clang-cc/PrintPreprocessedOutput.cpp +++ b/tools/clang-cc/PrintPreprocessedOutput.cpp @@ -13,7 +13,7 @@ //===----------------------------------------------------------------------===// #include "clang/Basic/SourceManager.h" -#include "clang.h" +#include "clang-cc.h" #include "clang/Lex/MacroInfo.h" #include "clang/Lex/PPCallbacks.h" #include "clang/Lex/Preprocessor.h" |