summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PreprocessorLexer.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-29 05:15:15 +0000
committerChris Lattner <sabre@nondot.org>2009-01-29 05:15:15 +0000
commit60f36223a935b2f02949f0dad574b37d3caa2e4c (patch)
tree0323d2c6908f917807b32f4926a7f2bf49fce966 /clang/lib/Lex/PreprocessorLexer.cpp
parentd9ae05ba501f338d45dd903dff5484110ab399f5 (diff)
downloadbcm5719-llvm-60f36223a935b2f02949f0dad574b37d3caa2e4c.tar.gz
bcm5719-llvm-60f36223a935b2f02949f0dad574b37d3caa2e4c.zip
move library-specific diagnostic headers into library private dirs. Reduce
redundant #includes. Patch by Anders Johnsen! llvm-svn: 63271
Diffstat (limited to 'clang/lib/Lex/PreprocessorLexer.cpp')
-rw-r--r--clang/lib/Lex/PreprocessorLexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/PreprocessorLexer.cpp b/clang/lib/Lex/PreprocessorLexer.cpp
index f75ce429c65..f9dfad9c808 100644
--- a/clang/lib/Lex/PreprocessorLexer.cpp
+++ b/clang/lib/Lex/PreprocessorLexer.cpp
@@ -13,7 +13,7 @@
#include "clang/Lex/PreprocessorLexer.h"
#include "clang/Lex/Preprocessor.h"
-#include "clang/Basic/DiagnosticLex.h"
+#include "clang/Lex/LexDiagnostic.h"
#include "clang/Basic/SourceManager.h"
using namespace clang;
OpenPOWER on IntegriCloud