From 86afc1a4c2846c18c6dbec4beba9947f414f9271 Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 6 Jan 2022 19:50:51 -0500 Subject: More #include future-proofing --- src/devices/bus/bbc/internal/cumana68k.cpp | 1 + src/mame/drivers/bbc.cpp | 2 +- src/mame/drivers/gp32.cpp | 2 +- src/mame/drivers/hp80.cpp | 2 +- src/mame/drivers/hp9825.cpp | 2 +- src/mame/drivers/hp9845.cpp | 2 +- src/mame/drivers/hp_ipc.cpp | 1 + src/mame/drivers/juicebox.cpp | 2 +- src/mame/drivers/pofo.cpp | 2 +- 9 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/devices/bus/bbc/internal/cumana68k.cpp b/src/devices/bus/bbc/internal/cumana68k.cpp index 2b8afcace06..de458b39d44 100644 --- a/src/devices/bus/bbc/internal/cumana68k.cpp +++ b/src/devices/bus/bbc/internal/cumana68k.cpp @@ -21,6 +21,7 @@ #include "cumana68k.h" #include "machine/nscsi_bus.h" #include "bus/nscsi/devices.h" +#include "softlist_dev.h" //************************************************************************** diff --git a/src/mame/drivers/bbc.cpp b/src/mame/drivers/bbc.cpp index 6a38f478ee7..8281c0fef3d 100644 --- a/src/mame/drivers/bbc.cpp +++ b/src/mame/drivers/bbc.cpp @@ -44,7 +44,7 @@ #include "emu.h" #include "includes/bbc.h" -#include "softlist.h" +#include "softlist_dev.h" #include "speaker.h" #include "formats/acorn_dsk.h" diff --git a/src/mame/drivers/gp32.cpp b/src/mame/drivers/gp32.cpp index 120093ef053..bef2fac9a24 100644 --- a/src/mame/drivers/gp32.cpp +++ b/src/mame/drivers/gp32.cpp @@ -37,7 +37,7 @@ #include "cpu/arm7/arm7.h" #include "cpu/arm7/arm7core.h" -#include "softlist.h" +#include "softlist_dev.h" #include "speaker.h" #define LOG_GENERAL (1U << 0) diff --git a/src/mame/drivers/hp80.cpp b/src/mame/drivers/hp80.cpp index 22bb4794eb4..2b75437f45c 100644 --- a/src/mame/drivers/hp80.cpp +++ b/src/mame/drivers/hp80.cpp @@ -81,7 +81,7 @@ #include "machine/1ma6.h" #include "machine/hp80_optrom.h" #include "machine/ram.h" -#include "softlist.h" +#include "softlist_dev.h" #include "machine/bankdev.h" #include "bus/hp80_io/hp80_io.h" #include "bus/hp80_io/82937.h" diff --git a/src/mame/drivers/hp9825.cpp b/src/mame/drivers/hp9825.cpp index 78ebfa326ed..90a88709257 100644 --- a/src/mame/drivers/hp9825.cpp +++ b/src/mame/drivers/hp9825.cpp @@ -49,7 +49,7 @@ #include "speaker.h" #include "sound/beep.h" #include "hp9825.lh" -#include "softlist.h" +#include "softlist_dev.h" // Debugging #define VERBOSE 0 diff --git a/src/mame/drivers/hp9845.cpp b/src/mame/drivers/hp9845.cpp index ab4398b20e7..28f1e17f1f3 100644 --- a/src/mame/drivers/hp9845.cpp +++ b/src/mame/drivers/hp9845.cpp @@ -43,7 +43,7 @@ #include "machine/timer.h" #include "render.h" -#include "softlist.h" +#include "softlist_dev.h" #include "speaker.h" #include "hp9845b.lh" diff --git a/src/mame/drivers/hp_ipc.cpp b/src/mame/drivers/hp_ipc.cpp index dedef6ed4e7..c52761058ed 100644 --- a/src/mame/drivers/hp_ipc.cpp +++ b/src/mame/drivers/hp_ipc.cpp @@ -370,6 +370,7 @@ Software to look for #include "machine/tms9914.h" #include "bus/ieee488/ieee488.h" #include "machine/cop452.h" +#include "softlist_dev.h" #include "speaker.h" #include "sound/dac.h" #include "machine/input_merger.h" diff --git a/src/mame/drivers/juicebox.cpp b/src/mame/drivers/juicebox.cpp index deed136b0bf..1396e7bafe7 100644 --- a/src/mame/drivers/juicebox.cpp +++ b/src/mame/drivers/juicebox.cpp @@ -15,7 +15,7 @@ #include "sound/dac.h" #include "emupal.h" #include "screen.h" -#include "softlist.h" +#include "softlist_dev.h" #include "speaker.h" diff --git a/src/mame/drivers/pofo.cpp b/src/mame/drivers/pofo.cpp index 22c5156459c..b1258ba6083 100644 --- a/src/mame/drivers/pofo.cpp +++ b/src/mame/drivers/pofo.cpp @@ -45,7 +45,7 @@ #include "emupal.h" #include "screen.h" -#include "softlist.h" +#include "softlist_dev.h" #include "speaker.h" -- cgit v1.2.3