1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Remove unnecessary #include's.

llvm-svn: 44003
This commit is contained in:
Owen Anderson 2007-11-12 01:19:28 +00:00
parent 40abf86e03
commit bc0825ac4f

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 {