diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-11-20 02:17:03 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-11-20 02:17:03 +0000 |
| commit | 91a88ae6d1f7985c56cc184a6e7e4077f6112f8c (patch) | |
| tree | 9e8f53a88cf83f863415113158be86231ee8c72f | |
| parent | 29d3d46c36a16bbd0032259168949a574ce60f11 (diff) | |
| download | bcm5719-llvm-91a88ae6d1f7985c56cc184a6e7e4077f6112f8c.tar.gz bcm5719-llvm-91a88ae6d1f7985c56cc184a6e7e4077f6112f8c.zip | |
Remove dead #include
llvm-svn: 18027
| -rw-r--r-- | llvm/include/llvm/CodeGen/MachineCodeEmitter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineCodeEmitter.h b/llvm/include/llvm/CodeGen/MachineCodeEmitter.h index c9eabf3cc3f..8b61c7c5d0a 100644 --- a/llvm/include/llvm/CodeGen/MachineCodeEmitter.h +++ b/llvm/include/llvm/CodeGen/MachineCodeEmitter.h @@ -17,14 +17,14 @@ #ifndef LLVM_CODEGEN_MACHINECODEEMITTER_H #define LLVM_CODEGEN_MACHINECODEEMITTER_H -#include <string> #include "llvm/Support/DataTypes.h" namespace llvm { -class MachineFunction; class MachineBasicBlock; class MachineConstantPool; +class MachineFunction; +class MachineRelocation; class Value; class GlobalValue; class Function; |

