From fc0695463f61033053a34d36050c6ba7b49bce74 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Sun, 28 Dec 2014 01:52:28 +0000 Subject: [PATCH] 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 --- lib/Parse/ParseAST.cpp | 1 - 1 file changed, 1 deletion(-) 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" -- 2.40.0