aboutsummaryrefslogtreecommitdiff
path: root/sword1/control.cpp
diff options
context:
space:
mode:
authorMax Horn2005-01-10 22:18:39 +0000
committerMax Horn2005-01-10 22:18:39 +0000
commit6f6668ce21ea4ac8554a0b0c9de55a8683b0d81d (patch)
tree7407b8f4928248a70eb68a5d1c588946e5362bde /sword1/control.cpp
parentcffd917165a14e981d61342458a9d054d3c14705 (diff)
downloadscummvm-rg350-6f6668ce21ea4ac8554a0b0c9de55a8683b0d81d.tar.gz
scummvm-rg350-6f6668ce21ea4ac8554a0b0c9de55a8683b0d81d.tar.bz2
scummvm-rg350-6f6668ce21ea4ac8554a0b0c9de55a8683b0d81d.zip
Reduce dependencies on common/savefile.h from 88 to 14
svn-id: r16528
Diffstat (limited to 'sword1/control.cpp')
-rw-r--r--sword1/control.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sword1/control.cpp b/sword1/control.cpp
index 0258e35b34..cd1c664978 100644
--- a/sword1/control.cpp
+++ b/sword1/control.cpp
@@ -19,9 +19,10 @@
*
*/
-#include "common/file.h"
#include "common/stdafx.h"
+#include "common/file.h"
#include "common/util.h"
+#include "common/savefile.h"
#include "common/system.h"
#include "gui/message.h"