summaryrefslogtreecommitdiff
path: root/lib/Bytecode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-28 04:50:19 +0000
committerChris Lattner <sabre@nondot.org>2002-04-28 04:50:19 +0000
commit09c66f07c0f0f2a241fd9737b29932ab360f29d1 (patch)
tree5fbce30da9136198b70d439b3f3339f74ed04f12 /lib/Bytecode
parent96d0f3011a1bcd7dadfb88f1045aaea446036c3e (diff)
downloadllvm-09c66f07c0f0f2a241fd9737b29932ab360f29d1.tar.gz
llvm-09c66f07c0f0f2a241fd9737b29932ab360f29d1.tar.bz2
llvm-09c66f07c0f0f2a241fd9737b29932ab360f29d1.tar.xz
Remove unneccesary #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2352 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Reader/ReaderInternals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h
index 75cba07ba8..4a21962b16 100644
--- a/lib/Bytecode/Reader/ReaderInternals.h
+++ b/lib/Bytecode/Reader/ReaderInternals.h
@@ -8,7 +8,6 @@
#define READER_INTERNALS_H
#include "llvm/Bytecode/Primitives.h"
-#include "llvm/SymTabValue.h"
#include "llvm/Function.h"
#include "llvm/BasicBlock.h"
#include "llvm/Instruction.h"