From 3502431ef702371f9d65df37706c1709df839268 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 7 May 2008 01:02:07 +0000 Subject: [PATCH] global.h first --- stepmania/src/NotesWriterSM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/NotesWriterSM.cpp b/stepmania/src/NotesWriterSM.cpp index 6082e60400..b8ac5951c4 100644 --- a/stepmania/src/NotesWriterSM.cpp +++ b/stepmania/src/NotesWriterSM.cpp @@ -1,6 +1,6 @@ +#include "global.h" #include #include -#include "global.h" #include "NotesWriterSM.h" #include "BackgroundUtil.h" #include "Foreach.h"