From 18209c3d232a7bed85a0b98dd0e8a0c94132c8b9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 7 May 2008 01:02:43 +0000 Subject: [PATCH] global.h first --- stepmania/src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 17de7a0957..a5d4354432 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -1,6 +1,6 @@ +#include "global.h" #include #include -#include "global.h" #include "ScreenEdit.h" #include "ActorUtil.h" #include "AdjustSync.h"