aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/saveload.cpp
diff options
context:
space:
mode:
authorMax Horn2006-03-29 15:59:37 +0000
committerMax Horn2006-03-29 15:59:37 +0000
commit8cdee5a9310aecb0c8e39ceee4059b221d80ee0f (patch)
tree64716fc107097fd6cb82249f02de7642742e4e96 /engines/kyra/saveload.cpp
parent0da5fb4c1c14e5953b2df8e495681bb5f70dec60 (diff)
downloadscummvm-rg350-8cdee5a9310aecb0c8e39ceee4059b221d80ee0f.tar.gz
scummvm-rg350-8cdee5a9310aecb0c8e39ceee4059b221d80ee0f.tar.bz2
scummvm-rg350-8cdee5a9310aecb0c8e39ceee4059b221d80ee0f.zip
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling.
svn-id: r21500
Diffstat (limited to 'engines/kyra/saveload.cpp')
-rw-r--r--engines/kyra/saveload.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/engines/kyra/saveload.cpp b/engines/kyra/saveload.cpp
index e348898498..f56913fe86 100644
--- a/engines/kyra/saveload.cpp
+++ b/engines/kyra/saveload.cpp
@@ -20,14 +20,16 @@
*
*/
+#include "common/stdafx.h"
+#include "common/endian.h"
+#include "common/savefile.h"
+#include "common/system.h"
+
#include "kyra/kyra.h"
#include "kyra/animator.h"
#include "kyra/screen.h"
#include "kyra/resource.h"
-#include "common/savefile.h"
-#include "common/system.h"
-
#define CURRENT_VERSION 4
namespace Kyra {