From 04cd9d8375100efb062c925937282818a82fa1d7 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 1 Aug 2003 13:16:23 +0000 Subject: mingw compile broken when include order was changed svn-id: r9363 --- common/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/file.cpp') diff --git a/common/file.cpp b/common/file.cpp index 24861d095d..e99ef2b8cf 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -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; -- cgit v1.2.3