]> granicus.if.org Git - clang/commitdiff
Remove the unneeded #include of VMCore header "llvm/DerivedTypes.h".
authorDan Gohman <gohman@apple.com>
Wed, 21 May 2008 20:26:42 +0000 (20:26 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 21 May 2008 20:26:42 +0000 (20:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51392 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/Expr.cpp

index e327ffb91177e300981d2955b8d568c322c902fe..e7babf42643b69dcd45b9a7eb117eaf1c90219b8 100644 (file)
@@ -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;
 
 //===----------------------------------------------------------------------===//