aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-20 02:17:03 +0000
committerChris Lattner <sabre@nondot.org>2004-11-20 02:17:03 +0000
commit52e3c5c6b955bf8313c95a4339d6cf91c4547e56 (patch)
tree69328ebe4e497387249ac8d397f776b289812616 /include
parent616bd059cba9a78bc60b8804bb156471157c3c7c (diff)
downloadexternal_llvm-52e3c5c6b955bf8313c95a4339d6cf91c4547e56.zip
external_llvm-52e3c5c6b955bf8313c95a4339d6cf91c4547e56.tar.gz
external_llvm-52e3c5c6b955bf8313c95a4339d6cf91c4547e56.tar.bz2
Remove dead #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MachineCodeEmitter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineCodeEmitter.h b/include/llvm/CodeGen/MachineCodeEmitter.h
index c9eabf3..8b61c7c 100644
--- a/include/llvm/CodeGen/MachineCodeEmitter.h
+++ b/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;