mingw compile broken when include order was changed

svn-id: r9363
This commit is contained in:
Travis Howell 2003-08-01 13:16:23 +00:00
parent 672ebaf867
commit 04cd9d8375

View File

@ -19,9 +19,9 @@
*
*/
#include "common/engine.h" // For debug/warning/error
#include "common/file.h"
#include "common/util.h"
#include "common/engine.h" // For debug/warning/error
FILE *File::fopenNoCase(const char *filename, const char *directory, const char *mode) {
FILE *file;