aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Instructions.cpp
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-05-27 11:06:03 +0000
committerGabor Greif <ggreif@gmail.com>2008-05-27 11:06:03 +0000
commitd02df35b17527be84f635a753aa8f4fb697c146b (patch)
treecc5a3e896bb71090c0cae8578407bff281661725 /lib/VMCore/Instructions.cpp
parent9fe853425fcf36b96d88740f37ec0c23ae502836 (diff)
downloadexternal_llvm-d02df35b17527be84f635a753aa8f4fb697c146b.zip
external_llvm-d02df35b17527be84f635a753aa8f4fb697c146b.tar.gz
external_llvm-d02df35b17527be84f635a753aa8f4fb697c146b.tar.bz2
prune unneeded #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51590 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Instructions.cpp')
-rw-r--r--lib/VMCore/Instructions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/Instructions.cpp b/lib/VMCore/Instructions.cpp
index cf79b6f..6ba0abc 100644
--- a/lib/VMCore/Instructions.cpp
+++ b/lib/VMCore/Instructions.cpp
@@ -12,7 +12,6 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/BasicBlock.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"