From: Nico Weber Date: Sun, 28 Dec 2014 01:52:28 +0000 (+0000) Subject: Remove unneeded include of DeclCXX.h from libParse. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc0695463f61033053a34d36050c6ba7b49bce74;p=clang Remove unneeded include of DeclCXX.h from libParse. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224893 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Parse/ParseAST.cpp b/lib/Parse/ParseAST.cpp index 63c8ac97c3..6727afc1dd 100644 --- a/lib/Parse/ParseAST.cpp +++ b/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"