diff options
author | Nico Weber <nicolasweber@gmx.de> | 2014-12-28 01:52:28 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2014-12-28 01:52:28 +0000 |
commit | 3fc6a28c3428af7e80ce741de271b0d5af59f77a (patch) | |
tree | 83df2617a0d1b20fb36bf3bb861f8d4460955b25 /clang/lib/Parse/ParseAST.cpp | |
parent | ff4b35e6e73ee97bd1437908ce657c62b8a179e5 (diff) | |
download | bcm5719-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.cpp | 1 |
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" |