[Scummvm-git-logs] scummvm master -> 7d5c708f54fc07aa96b32669e4321b46f4f71221

mikrosk noreply at scummvm.org
Tue May 5 22:45:47 UTC 2026


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

Summary:
7d5c708f54 JANITORIAL: Move basepage.h include to the right place


Commit: 7d5c708f54fc07aa96b32669e4321b46f4f71221
    https://github.com/scummvm/scummvm/commit/7d5c708f54fc07aa96b32669e4321b46f4f71221
Author: Miro Kropacek (miro.kropacek at gmail.com)
Date: 2026-05-06T08:45:37+10:00

Commit Message:
JANITORIAL: Move basepage.h include to the right place

This should make m68k-loader.cpp truly platform-agnostic.

Changed paths:
    backends/plugins/atari/atari-provider.cpp
    backends/plugins/elf/m68k-loader.cpp
    backends/plugins/firebee/firebee-provider.cpp


diff --git a/backends/plugins/atari/atari-provider.cpp b/backends/plugins/atari/atari-provider.cpp
index 2c2aef4a91c..e12fd837397 100644
--- a/backends/plugins/atari/atari-provider.cpp
+++ b/backends/plugins/atari/atari-provider.cpp
@@ -27,6 +27,7 @@
 #include "backends/plugins/atari/atari-provider.h"
 #include "backends/plugins/elf/m68k-loader.h"
 
+#include <mint/basepage.h>
 #include <mint/cookie.h>
 #include <mint/mintbind.h>
 #include <mint/ssystem.h>
diff --git a/backends/plugins/elf/m68k-loader.cpp b/backends/plugins/elf/m68k-loader.cpp
index 1e520fa55a2..d25706d116a 100644
--- a/backends/plugins/elf/m68k-loader.cpp
+++ b/backends/plugins/elf/m68k-loader.cpp
@@ -28,8 +28,6 @@
 
 #include "common/debug.h"
 
-#include <mint/basepage.h>
-
 bool M68KDLObject::relocate(Elf32_Off offset, Elf32_Word size, byte *relSegment) {
 	Elf32_Rela *rel = (Elf32_Rela *)malloc(size);
 
diff --git a/backends/plugins/firebee/firebee-provider.cpp b/backends/plugins/firebee/firebee-provider.cpp
index 011c74cfacb..f3f6aff03bb 100644
--- a/backends/plugins/firebee/firebee-provider.cpp
+++ b/backends/plugins/firebee/firebee-provider.cpp
@@ -27,6 +27,7 @@
 #include "backends/plugins/firebee/firebee-provider.h"
 #include "backends/plugins/elf/m68k-loader.h"
 
+#include <mint/basepage.h>
 #include <mint/cookie.h>
 #include <mint/mintbind.h>
 #include <mint/ssystem.h>




More information about the Scummvm-git-logs mailing list