COMMON: Add headers needed for delete calls.

This commit is contained in:
Alyssa Milburn 2011-06-08 11:44:08 +02:00
parent 5e5661b729
commit bdd5256e15

View file

@ -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;