From bdd5256e1536b8a954e9000161fcdbd730a35bbe Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Wed, 8 Jun 2011 11:44:08 +0200 Subject: COMMON: Add headers needed for delete calls. --- common/system.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3