summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseAST.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-12-28 01:52:28 +0000
committerNico Weber <nicolasweber@gmx.de>2014-12-28 01:52:28 +0000
commit3fc6a28c3428af7e80ce741de271b0d5af59f77a (patch)
tree83df2617a0d1b20fb36bf3bb861f8d4460955b25 /clang/lib/Parse/ParseAST.cpp
parentff4b35e6e73ee97bd1437908ce657c62b8a179e5 (diff)
downloadbcm5719-llvm-3fc6a28c3428af7e80ce741de271b0d5af59f77a.tar.gz
bcm5719-llvm-3fc6a28c3428af7e80ce741de271b0d5af59f77a.zip
Remove unneeded include of DeclCXX.h from libParse.
llvm-svn: 224893
Diffstat (limited to 'clang/lib/Parse/ParseAST.cpp')
-rw-r--r--clang/lib/Parse/ParseAST.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Parse/ParseAST.cpp b/clang/lib/Parse/ParseAST.cpp
index 63c8ac97c39..6727afc1dd6 100644
--- a/clang/lib/Parse/ParseAST.cpp
+++ b/clang/lib/Parse/ParseAST.cpp
@@ -14,7 +14,6 @@
#include "clang/Parse/ParseAST.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/ASTContext.h"
-#include "clang/AST/DeclCXX.h"
#include "clang/AST/ExternalASTSource.h"
#include "clang/AST/Stmt.h"
#include "clang/Parse/ParseDiagnostic.h"
OpenPOWER on IntegriCloud