summaryrefslogtreecommitdiff
path: root/tools/llvm-extract
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-30 19:33:19 +0000
committerChris Lattner <sabre@nondot.org>2002-07-30 19:33:19 +0000
commit5e1f7ec9276e4711f2b3bd2709c931d6674550f6 (patch)
tree9231b9cf21693dfb730e7325cc7048df51584dfd /tools/llvm-extract
parentc188eeb08c873da142a47398be6c405ce3f34f51 (diff)
downloadllvm-5e1f7ec9276e4711f2b3bd2709c931d6674550f6.tar.gz
llvm-5e1f7ec9276e4711f2b3bd2709c931d6674550f6.tar.bz2
llvm-5e1f7ec9276e4711f2b3bd2709c931d6674550f6.tar.xz
Remove extraneous #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-extract')
-rw-r--r--tools/llvm-extract/llvm-extract.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/llvm-extract/llvm-extract.cpp b/tools/llvm-extract/llvm-extract.cpp
index 93e5fc1b11..cfadff0811 100644
--- a/tools/llvm-extract/llvm-extract.cpp
+++ b/tools/llvm-extract/llvm-extract.cpp
@@ -10,8 +10,6 @@
#include "llvm/PassManager.h"
#include "llvm/Bytecode/Reader.h"
#include "llvm/Bytecode/WriteBytecodePass.h"
-#include "llvm/GlobalVariable.h"
-#include "llvm/Function.h"
#include "llvm/Transforms/IPO.h"
#include "Support/CommandLine.h"
#include <memory>