Remove a no-longer-necessary #include.
authorDan Gohman <gohman@apple.com>
Sat, 10 Oct 2009 00:36:09 +0000 (00:36 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 10 Oct 2009 00:36:09 +0000 (00:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83697 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.cpp

index 56de6d9ab41205cbd30f793a511bf93a6a746293..0d29aa9db6a6ed40e9b143e6f8dd05430a0d21d2 100644 (file)
@@ -18,7 +18,6 @@
 #include "X86MachineFunctionInfo.h"
 #include "X86Subtarget.h"
 #include "X86TargetMachine.h"
-#include "llvm/GlobalVariable.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/LLVMContext.h"
 #include "llvm/ADT/STLExtras.h"