COMMON: Add headers needed for delete calls.
This commit is contained in:
parent
5e5661b729
commit
bdd5256e15
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue