From: Brian Gaeke Date: Thu, 24 Jul 2003 17:48:53 +0000 (+0000) Subject: It doesn't appear that we need to #include these. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3d8d9f7e72d5a75b5d538b8af09f8151d1adc22a;p=oota-llvm.git It doesn't appear that we need to #include these. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7291 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/Printer.cpp b/lib/Target/X86/Printer.cpp index 6cfc1c0eaf9..75cc6e9e6fe 100644 --- a/lib/Target/X86/Printer.cpp +++ b/lib/Target/X86/Printer.cpp @@ -15,13 +15,10 @@ #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineConstantPool.h" #include "llvm/CodeGen/MachineInstr.h" -#include "Support/Statistic.h" -#include "Support/hash_map" #include "llvm/Type.h" #include "llvm/Constants.h" #include "llvm/Assembly/Writer.h" #include "llvm/DerivedTypes.h" -#include "llvm/SlotCalculator.h" #include "Support/StringExtras.h" #include "llvm/Module.h" diff --git a/lib/Target/X86/X86AsmPrinter.cpp b/lib/Target/X86/X86AsmPrinter.cpp index 6cfc1c0eaf9..75cc6e9e6fe 100644 --- a/lib/Target/X86/X86AsmPrinter.cpp +++ b/lib/Target/X86/X86AsmPrinter.cpp @@ -15,13 +15,10 @@ #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineConstantPool.h" #include "llvm/CodeGen/MachineInstr.h" -#include "Support/Statistic.h" -#include "Support/hash_map" #include "llvm/Type.h" #include "llvm/Constants.h" #include "llvm/Assembly/Writer.h" #include "llvm/DerivedTypes.h" -#include "llvm/SlotCalculator.h" #include "Support/StringExtras.h" #include "llvm/Module.h"