diff options
Diffstat (limited to 'common/system.h')
-rw-r--r-- | common/system.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |