From: Chris Lattner Date: Fri, 9 Feb 2007 07:54:13 +0000 (+0000) Subject: remove unneeded #includes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=191d73187ac2ed4b1174acf7900070b441a0e73a;p=oota-llvm.git remove unneeded #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34086 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bytecode/Writer/WriterInternals.h b/lib/Bytecode/Writer/WriterInternals.h index 36c6229b215..116791e6298 100644 --- a/lib/Bytecode/Writer/WriterInternals.h +++ b/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;