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 | e91593ef084479340582b2ba177b44be50a717b7 (patch) | |
tree | 869cadf200fa7832d6d81ee8407683de6e005e89 /lib/CodeGen/CGDebugInfo.cpp | |
parent | e4858a65a93fb36c099d8dd2ea0a98e33e77687e (diff) |
More #include cleaning
- Drop Expr.h,RecordLayout.h from ASTContext.h (for DeclBase.h and
SourceLocation.h)
- Move ASTContext constructor into implementation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54627 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 1a7e4dbab1..d6902bb93e 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -14,6 +14,8 @@ #include "CGDebugInfo.h" #include "CodeGenModule.h" #include "clang/AST/ASTContext.h" +#include "clang/AST/Decl.h" +#include "clang/AST/RecordLayout.h" #include "clang/Basic/SourceManager.h" #include "clang/Basic/FileManager.h" #include "llvm/Constants.h" |