finegrainify namespacification
authorChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 05:52:36 +0000 (05:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 05:52:36 +0000 (05:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11469 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineFrameInfo.h

index e48158e1b5c9fb75dbd2109c09794ed85e69e41c..c30a88b2c3d4956673ec455752539a34b940d4bf 100644 (file)
 #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.