From 37459e508b6d0ca342923ca84d0cfba410094fb3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 27 Oct 2009 16:53:54 +0000 Subject: [PATCH] trim another #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85250 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Instructions.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1