diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 05:00:27 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 05:00:27 +0000 |
commit | de7fb8413b13651fd85b7125d08b3c9ac2816d9d (patch) | |
tree | 0d2be7f182a126bc2a4807ac31e3789dcea8dfa7 /lib/CodeGen/CGExprConstant.cpp | |
parent | e91593ef084479340582b2ba177b44be50a717b7 (diff) |
More #include cleaning
- Remove internal uses of AST.h
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54628 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGExprConstant.cpp')
-rw-r--r-- | lib/CodeGen/CGExprConstant.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/CGExprConstant.cpp b/lib/CodeGen/CGExprConstant.cpp index db8003e43e..b1f7c5161d 100644 --- a/lib/CodeGen/CGExprConstant.cpp +++ b/lib/CodeGen/CGExprConstant.cpp @@ -13,7 +13,8 @@ #include "CodeGenFunction.h" #include "CodeGenModule.h" -#include "clang/AST/AST.h" +#include "clang/AST/ASTContext.h" +#include "clang/AST/StmtVisitor.h" #include "llvm/Constants.h" #include "llvm/Function.h" #include "llvm/GlobalVariable.h" |