Remove dead #include

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18027 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-11-20 02:17:03 +00:00
parent 616bd059cb
commit 52e3c5c6b9

View File

@ -17,14 +17,14 @@
#ifndef LLVM_CODEGEN_MACHINECODEEMITTER_H #ifndef LLVM_CODEGEN_MACHINECODEEMITTER_H
#define LLVM_CODEGEN_MACHINECODEEMITTER_H #define LLVM_CODEGEN_MACHINECODEEMITTER_H
#include <string>
#include "llvm/Support/DataTypes.h" #include "llvm/Support/DataTypes.h"
namespace llvm { namespace llvm {
class MachineFunction;
class MachineBasicBlock; class MachineBasicBlock;
class MachineConstantPool; class MachineConstantPool;
class MachineFunction;
class MachineRelocation;
class Value; class Value;
class GlobalValue; class GlobalValue;
class Function; class Function;