diff options
author | Dan Gohman <gohman@apple.com> | 2008-05-21 20:26:42 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-05-21 20:26:42 +0000 |
commit | e1b6d5084ecf8c81c315dece1d203acdb6eb8fb5 (patch) | |
tree | 967717ab842b6e3980c1b585c2ddb58ac8ac44eb | |
parent | 63e2dcc828f3ea1474dea830b54455fd5253a24f (diff) |
Remove the unneeded #include of VMCore header "llvm/DerivedTypes.h".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51392 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/AST/Expr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/Expr.cpp b/lib/AST/Expr.cpp index e327ffb911..e7babf4264 100644 --- a/lib/AST/Expr.cpp +++ b/lib/AST/Expr.cpp @@ -17,7 +17,6 @@ #include "clang/Basic/IdentifierTable.h" #include "clang/Basic/TargetInfo.h" #include "llvm/Constants.h" -#include "llvm/DerivedTypes.h" using namespace clang; //===----------------------------------------------------------------------===// |