From: Eric Christopher Date: Wed, 18 Aug 2010 23:38:16 +0000 (+0000) Subject: Remove extra header. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d96b02b3d6dfede96b6259f737720cc10330c84b;p=oota-llvm.git Remove extra header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111456 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp index 9f4de8c7615..60e923bd2c3 100644 --- a/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/lib/Target/ARM/ARMConstantIslandPass.cpp @@ -21,7 +21,6 @@ #include "Thumb2InstrInfo.h" #include "llvm/CodeGen/MachineConstantPool.h" #include "llvm/CodeGen/MachineFunctionPass.h" -#include "llvm/CodeGen/MachineInstrBuilder.h" #include "llvm/CodeGen/MachineJumpTableInfo.h" #include "llvm/Target/TargetData.h" #include "llvm/Target/TargetMachine.h"