prune #include / layering violation
authorChris Lattner <sabre@nondot.org>
Sat, 7 Nov 2009 09:07:01 +0000 (09:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 7 Nov 2009 09:07:01 +0000 (09:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86365 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Instructions.cpp

index e2c283f19b168894d4f2f860cb5980ffec98ae4f..f343bd18daa136fe8401b36137e94309f92b96df 100644 (file)
@@ -24,8 +24,6 @@
 #include "llvm/Support/CallSite.h"
 #include "llvm/Support/ConstantRange.h"
 #include "llvm/Support/MathExtras.h"
-#include "llvm/Target/TargetData.h"
-
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//