diff options
author | Nicolas Bacca | 2003-10-12 13:27:42 +0000 |
---|---|---|
committer | Nicolas Bacca | 2003-10-12 13:27:42 +0000 |
commit | b085e51dc539ffaaab3457b7f85d18ea29ff6f05 (patch) | |
tree | eb0c3dfcc3d9dff4c50cfa7bd74e890056d413d2 | |
parent | 1e6837281653c8e38afde8c6580592b43a8a71d9 (diff) | |
download | scummvm-rg350-b085e51dc539ffaaab3457b7f85d18ea29ff6f05.tar.gz scummvm-rg350-b085e51dc539ffaaab3457b7f85d18ea29ff6f05.tar.bz2 scummvm-rg350-b085e51dc539ffaaab3457b7f85d18ea29ff6f05.zip |
EVC : compile different
svn-id: r10744
-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) { |