diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-28 04:50:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-28 04:50:19 +0000 |
commit | 09c66f07c0f0f2a241fd9737b29932ab360f29d1 (patch) | |
tree | 5fbce30da9136198b70d439b3f3339f74ed04f12 /lib/Bytecode | |
parent | 96d0f3011a1bcd7dadfb88f1045aaea446036c3e (diff) | |
download | external_llvm-09c66f07c0f0f2a241fd9737b29932ab360f29d1.zip external_llvm-09c66f07c0f0f2a241fd9737b29932ab360f29d1.tar.gz external_llvm-09c66f07c0f0f2a241fd9737b29932ab360f29d1.tar.bz2 |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h index 75cba07..4a21962 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" |