Remove unnecessary #include's.

llvm-svn: 44003
This commit is contained in:
Owen Anderson 2007-11-12 01:19:28 +00:00
parent a1cd45213d
commit f66f0d619a
1 changed files with 0 additions and 2 deletions

View File

@ -14,11 +14,9 @@
#ifndef LLVM_CODEGEN_ASMPRINTER_H
#define LLVM_CODEGEN_ASMPRINTER_H
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/Compiler.h"
namespace llvm {