From: Chris Lattner Date: Tue, 27 Oct 2009 16:53:54 +0000 (+0000) Subject: trim another #include X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=37459e508b6d0ca342923ca84d0cfba410094fb3;p=oota-llvm.git trim another #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85250 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index d2d1e4c676e..2f69171bc81 100644 --- a/include/llvm/Instructions.h +++ b/include/llvm/Instructions.h @@ -20,7 +20,6 @@ #include "llvm/DerivedTypes.h" #include "llvm/Attributes.h" #include "llvm/CallingConv.h" -#include "llvm/LLVMContext.h" #include "llvm/ADT/SmallVector.h" #include