[Scummvm-git-logs] scummvm master -> d06c4696a92c6625128e96fa32ca2d303cce8aa1
Strangerke
Strangerke at scummvm.org
Wed Jun 9 20:51:52 UTC 2021
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:
d06c4696a9 CRYO: Remove useless includes
Commit: d06c4696a92c6625128e96fa32ca2d303cce8aa1
https://github.com/scummvm/scummvm/commit/d06c4696a92c6625128e96fa32ca2d303cce8aa1
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2021-06-09T21:49:35+01:00
Commit Message:
CRYO: Remove useless includes
Changed paths:
engines/cryo/cryo.cpp
engines/cryo/eden.cpp
engines/cryo/eden_graphics.cpp
engines/cryo/resource.cpp
diff --git a/engines/cryo/cryo.cpp b/engines/cryo/cryo.cpp
index 4216a21165..6d0ae925c3 100644
--- a/engines/cryo/cryo.cpp
+++ b/engines/cryo/cryo.cpp
@@ -21,7 +21,6 @@
*/
#include "common/scummsys.h"
-
#include "common/config-manager.h"
#include "common/debug.h"
#include "common/debug-channels.h"
@@ -30,7 +29,6 @@
#include "graphics/screen.h"
#include "graphics/palette.h"
#include "common/system.h"
-
#include "engines/util.h"
#include "cryo/cryo.h"
diff --git a/engines/cryo/eden.cpp b/engines/cryo/eden.cpp
index 8751b70e9f..16f037fc24 100644
--- a/engines/cryo/eden.cpp
+++ b/engines/cryo/eden.cpp
@@ -32,8 +32,6 @@
#include "common/system.h"
#include "graphics/surface.h"
#include "graphics/screen.h"
-#include "graphics/palette.h"
-#include "common/timer.h"
#include "audio/mixer.h"
#include "cryo/defs.h"
diff --git a/engines/cryo/eden_graphics.cpp b/engines/cryo/eden_graphics.cpp
index 6a673c819d..1a2a1774df 100644
--- a/engines/cryo/eden_graphics.cpp
+++ b/engines/cryo/eden_graphics.cpp
@@ -24,7 +24,6 @@
#include "cryo/platdefs.h"
#include "cryo/cryolib.h"
#include "cryo/eden.h"
-#include "cryo/sound.h"
#include "cryo/eden_graphics.h"
#include "graphics/conversion.h"
diff --git a/engines/cryo/resource.cpp b/engines/cryo/resource.cpp
index dc8e945af3..93005f72a1 100644
--- a/engines/cryo/resource.cpp
+++ b/engines/cryo/resource.cpp
@@ -22,10 +22,8 @@
#include "cryo/defs.h"
#include "cryo/cryo.h"
-#include "cryo/platdefs.h"
#include "cryo/cryolib.h"
#include "cryo/eden.h"
-#include "cryo/sound.h"
#include "common/substream.h"
More information about the Scummvm-git-logs
mailing list