[Scummvm-cvs-logs] scummvm master -> 7423885f699aff327129a73da3d99f2f860e354f

Littleboy littleboy22 at gmail.com
Fri Jul 27 07:15:03 CEST 2012


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:
7423885f69 LASTEXPRESS: Remove entity include in savepoint.h


Commit: 7423885f699aff327129a73da3d99f2f860e354f
    https://github.com/scummvm/scummvm/commit/7423885f699aff327129a73da3d99f2f860e354f
Author: Littleboy (littleboy at scummvm.org)
Date: 2012-07-26T22:14:30-07:00

Commit Message:
LASTEXPRESS: Remove entity include in savepoint.h

Changed paths:
    engines/lastexpress/game/savepoint.h
    engines/lastexpress/sound/entry.cpp



diff --git a/engines/lastexpress/game/savepoint.h b/engines/lastexpress/game/savepoint.h
index 181676c..0051338 100644
--- a/engines/lastexpress/game/savepoint.h
+++ b/engines/lastexpress/game/savepoint.h
@@ -23,9 +23,8 @@
 #ifndef LASTEXPRESS_SAVEPOINT_H
 #define LASTEXPRESS_SAVEPOINT_H
 
-#include "lastexpress/entities/entity.h"
-
 #include "lastexpress/helpers.h"
+#include "lastexpress/shared.h"
 
 #include "common/array.h"
 #include "common/list.h"
diff --git a/engines/lastexpress/sound/entry.cpp b/engines/lastexpress/sound/entry.cpp
index 3d2b058..d689447 100644
--- a/engines/lastexpress/sound/entry.cpp
+++ b/engines/lastexpress/sound/entry.cpp
@@ -27,6 +27,7 @@
 #include "lastexpress/game/state.h"
 
 #include "lastexpress/sound/queue.h"
+#include "lastexpress/sound/sound.h"
 
 #include "lastexpress/graphics.h"
 #include "lastexpress/lastexpress.h"






More information about the Scummvm-git-logs mailing list