remove unneeded #includes
authorChris Lattner <sabre@nondot.org>
Fri, 9 Feb 2007 07:54:13 +0000 (07:54 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 Feb 2007 07:54:13 +0000 (07:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34086 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Writer/WriterInternals.h

index 36c6229b215e02030c9c821ad10e49882d5d43a4..116791e62986d113388815c43dd02b4a4d1e1a0d 100644 (file)
@@ -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;