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
This commit is contained in:
Daniel Dunbar
2008-08-11 04:54:23 +00:00
parent c74b5cc2bc
commit 221fa94e40
20 changed files with 54 additions and 16 deletions

View File

@@ -16,6 +16,7 @@
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/CFG.h"
#include "clang/AST/Decl.h"
#include "clang.h"
#include "ASTConsumers.h"
#include "clang/AST/TranslationUnit.h"