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

@@ -14,6 +14,7 @@
#include "Sema.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Expr.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Parse/Scope.h"