diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-09 07:54:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-09 07:54:13 +0000 |
commit | 02be9919abc80399bc8bfc4f331bd5124c63593d (patch) | |
tree | 0a91764c6ae1df96c7182876ae36dcd31f317298 /llvm/lib | |
parent | b3905c70c4d034aa7cdd7d20dbe58cfd725c80bd (diff) | |
download | bcm5719-llvm-02be9919abc80399bc8bfc4f331bd5124c63593d.tar.gz bcm5719-llvm-02be9919abc80399bc8bfc4f331bd5124c63593d.zip |
remove unneeded #includes
llvm-svn: 34086
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Bytecode/Writer/WriterInternals.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Bytecode/Writer/WriterInternals.h b/llvm/lib/Bytecode/Writer/WriterInternals.h index 36c6229b215..116791e6298 100644 --- a/llvm/lib/Bytecode/Writer/WriterInternals.h +++ b/llvm/lib/Bytecode/Writer/WriterInternals.h @@ -19,9 +19,6 @@ #include "llvm/Bytecode/Writer.h" #include "llvm/Bytecode/Format.h" #include "llvm/Instruction.h" -#include "llvm/Support/DataTypes.h" -#include <string> -#include <vector> namespace llvm { class InlineAsm; |