From 191d73187ac2ed4b1174acf7900070b441a0e73a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 9 Feb 2007 07:54:13 +0000 Subject: [PATCH] remove unneeded #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34086 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Writer/WriterInternals.h | 3 --- 1 file changed, 3 deletions(-) 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;