aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFrameInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/MachineFrameInfo.h')
-rw-r--r--include/llvm/CodeGen/MachineFrameInfo.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h
index e48158e1b5..c30a88b2c3 100644
--- a/include/llvm/CodeGen/MachineFrameInfo.h
+++ b/include/llvm/CodeGen/MachineFrameInfo.h
@@ -38,19 +38,14 @@
#ifndef LLVM_CODEGEN_MACHINEFRAMEINFO_H
#define LLVM_CODEGEN_MACHINEFRAMEINFO_H
-namespace llvm {
+#include <vector>
+namespace llvm {
class TargetData;
class TargetRegisterClass;
class Type;
class MachineFunction;
-}
-
-#include <vector>
-
-namespace llvm {
-
class MachineFrameInfo {
// StackObject - Represent a single object allocated on the stack.