summaryrefslogtreecommitdiff
path: root/tools/llvm-dis/llvm-dis.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-29 17:42:12 +0000
committerChris Lattner <sabre@nondot.org>2002-04-29 17:42:12 +0000
commitc6f3ae5c66c8e0dab6a2bd9601d0e253ef9ba794 (patch)
treeca8740e8f4bb594ab469bd12b435a9e9515e2878 /tools/llvm-dis/llvm-dis.cpp
parent8b054c0eb96f250b6cebe26cc13bf880d8f44cc2 (diff)
downloadllvm-c6f3ae5c66c8e0dab6a2bd9601d0e253ef9ba794.tar.gz
llvm-c6f3ae5c66c8e0dab6a2bd9601d0e253ef9ba794.tar.bz2
llvm-c6f3ae5c66c8e0dab6a2bd9601d0e253ef9ba794.tar.xz
Eliminate duplicate or unneccesary #include's
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2397 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-dis/llvm-dis.cpp')
-rw-r--r--tools/llvm-dis/llvm-dis.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-dis/llvm-dis.cpp b/tools/llvm-dis/llvm-dis.cpp
index e14dcdc9a7..e3d0ef0a4b 100644
--- a/tools/llvm-dis/llvm-dis.cpp
+++ b/tools/llvm-dis/llvm-dis.cpp
@@ -18,7 +18,6 @@
#include "llvm/Module.h"
#include "llvm/Bytecode/Reader.h"
-#include "llvm/Function.h"
#include "llvm/Support/CFG.h"
#include "Support/DepthFirstIterator.h"
#include "Support/PostOrderIterator.h"