[Scummvm-git-logs] scummvm master -> 8e56db5eb54c85e7a614567561569ed414c7f1d0
dreammaster
noreply at scummvm.org
Thu Oct 10 01:55:41 UTC 2024
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:
8e56db5eb5 M4: RIDDLE: Fix include headers in room 801
Commit: 8e56db5eb54c85e7a614567561569ed414c7f1d0
https://github.com/scummvm/scummvm/commit/8e56db5eb54c85e7a614567561569ed414c7f1d0
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-10-09T18:55:33-07:00
Commit Message:
M4: RIDDLE: Fix include headers in room 801
Changed paths:
engines/m4/riddle/rooms/section8/room801.cpp
diff --git a/engines/m4/riddle/rooms/section8/room801.cpp b/engines/m4/riddle/rooms/section8/room801.cpp
index b0cad391e04..dc67c9addb2 100644
--- a/engines/m4/riddle/rooms/section8/room801.cpp
+++ b/engines/m4/riddle/rooms/section8/room801.cpp
@@ -20,10 +20,7 @@
*/
#include "m4/riddle/rooms/section8/room801.h"
-
-#include "section8.h"
-#include "glk/zcode/glk_interface.h"
-#include "m4/core/cstring.h"
+#include "m4/riddle/rooms/section8/section8.h"
#include "m4/graphics/gr_series.h"
#include "m4/riddle/vars.h"
More information about the Scummvm-git-logs
mailing list