r224893 - Remove unneeded include of DeclCXX.h from libParse.

Nico Weber nicolasweber at gmx.de
Sat Dec 27 17:52:28 PST 2014


Author: nico
Date: Sat Dec 27 19:52:28 2014
New Revision: 224893

URL: http://llvm.org/viewvc/llvm-project?rev=224893&view=rev
Log:
Remove unneeded include of DeclCXX.h from libParse.

Modified:
    cfe/trunk/lib/Parse/ParseAST.cpp

Modified: cfe/trunk/lib/Parse/ParseAST.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseAST.cpp?rev=224893&r1=224892&r2=224893&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseAST.cpp (original)
+++ cfe/trunk/lib/Parse/ParseAST.cpp Sat Dec 27 19:52:28 2014
@@ -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"





More information about the cfe-commits mailing list