[Scummvm-cvs-logs] scummvm master -> bdd5256e1536b8a954e9000161fcdbd730a35bbe

fuzzie fuzzie at fuzzie.org
Wed Jun 8 11:46:04 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
bdd5256e15 COMMON: Add headers needed for delete calls.


Commit: bdd5256e1536b8a954e9000161fcdbd730a35bbe
    https://github.com/scummvm/scummvm/commit/bdd5256e1536b8a954e9000161fcdbd730a35bbe
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-06-08T02:44:08-07:00

Commit Message:
COMMON: Add headers needed for delete calls.

Changed paths:
    common/system.cpp



diff --git a/common/system.cpp b/common/system.cpp
index 27baea5..286ec41 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;






More information about the Scummvm-git-logs mailing list