diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 04:54:23 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 04:54:23 +0000 |
| commit | 221fa94e404174160e4e83cd21cfa439cc37f199 (patch) | |
| tree | 010b44a2d07774f8b169d55c529204f8754565b5 /clang/lib/AST/Expr.cpp | |
| parent | c74b5cc2bc9b86329e74d0216f9844159027230b (diff) | |
| download | bcm5719-llvm-221fa94e404174160e4e83cd21cfa439cc37f199.tar.gz bcm5719-llvm-221fa94e404174160e4e83cd21cfa439cc37f199.zip | |
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
Diffstat (limited to 'clang/lib/AST/Expr.cpp')
| -rw-r--r-- | clang/lib/AST/Expr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/Expr.cpp b/clang/lib/AST/Expr.cpp index 97e18974242..b66ec08b9b3 100644 --- a/clang/lib/AST/Expr.cpp +++ b/clang/lib/AST/Expr.cpp @@ -14,6 +14,7 @@ #include "clang/AST/ExprObjC.h" #include "clang/AST/ASTContext.h" #include "clang/AST/APValue.h" +#include "clang/AST/RecordLayout.h" #include "clang/AST/StmtVisitor.h" #include "clang/Basic/IdentifierTable.h" #include "clang/Basic/TargetInfo.h" |

