summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-27 16:53:54 +0000
committerChris Lattner <sabre@nondot.org>2009-10-27 16:53:54 +0000
commit37459e508b6d0ca342923ca84d0cfba410094fb3 (patch)
tree2c26188118d67db5476cc62c1a475dc98a022497 /include
parent4b122938c96cef43c096d58c8906b6744ee325e2 (diff)
downloadllvm-37459e508b6d0ca342923ca84d0cfba410094fb3.tar.gz
llvm-37459e508b6d0ca342923ca84d0cfba410094fb3.tar.bz2
llvm-37459e508b6d0ca342923ca84d0cfba410094fb3.tar.xz
trim another #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Instructions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h
index d2d1e4c676..2f69171bc8 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 <iterator>