commit | 221fa94e404174160e4e83cd21cfa439cc37f199 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Mon Aug 11 04:54:23 2008 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Mon Aug 11 04:54:23 2008 +0000 |
tree | 010b44a2d07774f8b169d55c529204f8754565b5 | |
parent | c74b5cc2bc9b86329e74d0216f9844159027230b [diff] [blame] |
More #include cleaning - Drop Expr.h,RecordLayout.h from ASTContext.h (for DeclBase.h and SourceLocation.h) - Move ASTContext constructor into implementation llvm-svn: 54627
diff --git a/clang/lib/AST/Decl.cpp b/clang/lib/AST/Decl.cpp index 7930c90..3cc12c9 100644 --- a/clang/lib/AST/Decl.cpp +++ b/clang/lib/AST/Decl.cpp
@@ -13,6 +13,8 @@ #include "clang/AST/Decl.h" #include "clang/AST/ASTContext.h" +#include "clang/AST/Stmt.h" +#include "clang/Basic/IdentifierTable.h" using namespace clang;