fix compile, cleanup

This commit is contained in:
Glenn Maynard
2005-02-07 09:19:53 +00:00
parent 715a688008
commit a0cb54c2be
+4 -1
View File
@@ -1,5 +1,4 @@
#include "global.h"
#include "StepMania.h"
#include "RageFileManager.h"
#include "RageFileDriver.h"
#include "RageUtil.h"
@@ -12,6 +11,10 @@
#include <sys/stat.h>
#endif
#if defined(_WIN32)
#include <windows.h>
#endif
RageFileManager *FILEMAN = NULL;
/* Lock this before touching any of these globals (except FILEMAN itself). */