From: Dan Gohman Date: Sat, 10 Oct 2009 00:36:09 +0000 (+0000) Subject: Remove a no-longer-necessary #include. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4e6f7a0179d137a63da02e1f6a1db13ec4fa9543;p=oota-llvm.git Remove a no-longer-necessary #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83697 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InstrInfo.cpp b/lib/Target/X86/X86InstrInfo.cpp index 56de6d9ab41..0d29aa9db6a 100644 --- a/lib/Target/X86/X86InstrInfo.cpp +++ b/lib/Target/X86/X86InstrInfo.cpp @@ -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"