diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/savefile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/savefile.cpp b/common/savefile.cpp index 38aef7891c..8369301fe0 100644 --- a/common/savefile.cpp +++ b/common/savefile.cpp @@ -19,8 +19,8 @@ * */ -#include "common/savefile.h" #include "common/util.h" +#include "common/savefile.h" uint32 SaveFile::read(void *ptr, uint32 size) { |