aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/system.cpp1
-rw-r--r--common/system.h3
2 files changed, 2 insertions, 2 deletions
diff --git a/common/system.cpp b/common/system.cpp
index 9198cb564b..28abb27a61 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -29,6 +29,7 @@
#include "gui/message.h"
#include "common/config-manager.h"
+#include "common/savefile.h"
#include "common/system.h"
DECLARE_SINGLETON(OSystem);
diff --git a/common/system.h b/common/system.h
index 02f432c98f..7d3a0ea8f7 100644
--- a/common/system.h
+++ b/common/system.h
@@ -24,12 +24,11 @@
#define COMMON_SYSTEM_H
#include "common/scummsys.h"
-#include "common/util.h"
#include "common/mutex.h"
#include "common/rect.h"
-#include "common/savefile.h"
#include "common/singleton.h"
+class SaveFileManager;
/**
* Interface for ScummVM backends. If you want to port ScummVM to a system