Remove extraneous include.
authorEric Christopher <echristo@apple.com>
Fri, 8 Jan 2010 00:05:33 +0000 (00:05 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 8 Jan 2010 00:05:33 +0000 (00:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92972 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86FastISel.cpp

index 31ae50e748d85ed09d35a86e85fa4a30c88c1539..2986ec2c31a04d6dfe01d5014fb9092c9559441d 100644 (file)
@@ -19,7 +19,6 @@
 #include "X86RegisterInfo.h"
 #include "X86Subtarget.h"
 #include "X86TargetMachine.h"
-#include "llvm/Constant.h"
 #include "llvm/CallingConv.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/GlobalVariable.h"