From: Ted Kremenek Date: Thu, 26 Mar 2009 21:36:37 +0000 (+0000) Subject: Because of the use of 'cast', ASTContext.h now depends on Decl.h. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad75653f81dece1c806e9c28dd7e7582c9929a27;p=clang Because of the use of 'cast', ASTContext.h now depends on Decl.h. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67773 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h index 991102e24e..36bf12b787 100644 --- a/include/clang/AST/ASTContext.h +++ b/include/clang/AST/ASTContext.h @@ -17,8 +17,7 @@ #include "clang/Basic/IdentifierTable.h" #include "clang/Basic/LangOptions.h" #include "clang/AST/Builtins.h" -#include "clang/AST/DeclarationName.h" -#include "clang/AST/DeclBase.h" +#include "clang/AST/Decl.h" #include "clang/AST/Type.h" #include "clang/Basic/SourceLocation.h" #include "llvm/ADT/DenseMap.h"