From 02be9919abc80399bc8bfc4f331bd5124c63593d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 9 Feb 2007 07:54:13 +0000 Subject: remove unneeded #includes llvm-svn: 34086 --- llvm/lib/Bytecode/Writer/WriterInternals.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/Bytecode/Writer') 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 -#include namespace llvm { class InlineAsm; -- cgit v1.2.3