diff options
Diffstat (limited to 'backends/platform/gp32')
-rw-r--r-- | backends/platform/gp32/gp32_launcher.cpp | 2 | ||||
-rw-r--r-- | backends/platform/gp32/gp32_osys.h | 2 | ||||
-rw-r--r-- | backends/platform/gp32/gp32std.cpp | 2 | ||||
-rw-r--r-- | backends/platform/gp32/gp32std_memory.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/backends/platform/gp32/gp32_launcher.cpp b/backends/platform/gp32/gp32_launcher.cpp index 29af6288f5..299e1d832a 100644 --- a/backends/platform/gp32/gp32_launcher.cpp +++ b/backends/platform/gp32/gp32_launcher.cpp @@ -26,7 +26,7 @@ #include "common/scummsys.h" #include "common/file.h" -#include "base/engine.h" +#include "engines/engine.h" #include "gp32std.h" #include "gp32std_grap.h" diff --git a/backends/platform/gp32/gp32_osys.h b/backends/platform/gp32/gp32_osys.h index 22b0a6330d..474c56754d 100644 --- a/backends/platform/gp32/gp32_osys.h +++ b/backends/platform/gp32/gp32_osys.h @@ -32,7 +32,7 @@ #include "common/system.h" #include "backends/intern.h" -#include "base/engine.h" +#include "engines/engine.h" #include "gp32std.h" #include "gp32std_grap.h" diff --git a/backends/platform/gp32/gp32std.cpp b/backends/platform/gp32/gp32std.cpp index 93b5ef1760..fe4da7911e 100644 --- a/backends/platform/gp32/gp32std.cpp +++ b/backends/platform/gp32/gp32std.cpp @@ -29,7 +29,7 @@ #include "common/system.h" #include "backends/intern.h" -#include "base/engine.h" +#include "engines/engine.h" #include "gp32std.h" #include "gp32std_grap.h" diff --git a/backends/platform/gp32/gp32std_memory.cpp b/backends/platform/gp32/gp32std_memory.cpp index 08a868e78f..d51e3e1eea 100644 --- a/backends/platform/gp32/gp32std_memory.cpp +++ b/backends/platform/gp32/gp32std_memory.cpp @@ -29,7 +29,7 @@ #include "common/system.h" #include "backends/intern.h" -#include "base/engine.h" +#include "engines/engine.h" #include "gp32std.h" #include "gp32std_grap.h" |