From: Chris Lattner Date: Sun, 15 Feb 2004 05:52:36 +0000 (+0000) Subject: finegrainify namespacification X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=46ccf6d382568183a2fbbefabd5904bc45b8da2f;p=oota-llvm.git finegrainify namespacification git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11469 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h index e48158e1b5c..c30a88b2c3d 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 +namespace llvm { class TargetData; class TargetRegisterClass; class Type; class MachineFunction; -} - -#include - -namespace llvm { - class MachineFrameInfo { // StackObject - Represent a single object allocated on the stack.