mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 19:30:41 +00:00
mingw compile broken when include order was changed
svn-id: r9363
This commit is contained in:
parent
672ebaf867
commit
04cd9d8375
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user