aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Milburn2011-06-08 11:44:08 +0200
committerAlyssa Milburn2011-06-08 11:44:08 +0200
commitbdd5256e1536b8a954e9000161fcdbd730a35bbe (patch)
treeadd707b568c268cf863ae490c54cd9b954575e64
parent5e5661b7293404163c99f13fe4e6d96f83a0ec17 (diff)
downloadscummvm-rg350-bdd5256e1536b8a954e9000161fcdbd730a35bbe.tar.gz
scummvm-rg350-bdd5256e1536b8a954e9000161fcdbd730a35bbe.tar.bz2
scummvm-rg350-bdd5256e1536b8a954e9000161fcdbd730a35bbe.zip
COMMON: Add headers needed for delete calls.
-rw-r--r--common/system.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/system.cpp b/common/system.cpp
index 27baea59f9..286ec419f2 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -30,10 +30,12 @@
#include "common/system.h"
#include "common/events.h"
#include "common/fs.h"
+#include "common/savefile.h"
#include "common/str.h"
#include "common/textconsole.h"
#include "backends/audiocd/default/default-audiocd.h"
+#include "backends/fs/fs-factory.h"
#include "backends/timer/default/default-timer.h"
OSystem *g_system = 0;