diff options
author | Alyssa Milburn | 2011-06-08 11:44:08 +0200 |
---|---|---|
committer | Alyssa Milburn | 2011-06-08 11:44:08 +0200 |
commit | bdd5256e1536b8a954e9000161fcdbd730a35bbe (patch) | |
tree | add707b568c268cf863ae490c54cd9b954575e64 | |
parent | 5e5661b7293404163c99f13fe4e6d96f83a0ec17 (diff) | |
download | scummvm-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.cpp | 2 |
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; |