Prune unnecessary include.
authorBob Wilson <bob.wilson@apple.com>
Mon, 2 Nov 2009 16:58:31 +0000 (16:58 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 2 Nov 2009 16:58:31 +0000 (16:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85805 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelDAGToDAG.cpp

index 0aaa08788b092a04878dad2219733f07cb7bc6a4..1489cab6f16e6a56db2d1fc4a452c35c7aa5f870 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "ARM.h"
 #include "ARMAddressingModes.h"
-#include "ARMConstantPoolValue.h"
 #include "ARMISelLowering.h"
 #include "ARMTargetMachine.h"
 #include "llvm/CallingConv.h"