From 023eb2d252e18a51df5f8224dfa6a8a3833d2a5e Mon Sep 17 00:00:00 2001 From: smf- Date: Tue, 28 Feb 2017 11:07:30 +0000 Subject: fix MSVC build (nw) --- src/devices/machine/k053252.cpp | 2 -- src/devices/machine/k053252.h | 2 ++ src/mame/drivers/hexion.cpp | 1 - src/mame/drivers/qdrmfgp.cpp | 1 - src/mame/drivers/rollerg.cpp | 1 - src/mame/video/rollerg.cpp | 1 - 6 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/devices/machine/k053252.cpp b/src/devices/machine/k053252.cpp index b13035ffcf4..34bfd769c98 100644 --- a/src/devices/machine/k053252.cpp +++ b/src/devices/machine/k053252.cpp @@ -62,8 +62,6 @@ TODO: #include "emu.h" #include "k053252.h" -#include "screen.h" - const device_type K053252 = device_creator; diff --git a/src/devices/machine/k053252.h b/src/devices/machine/k053252.h index 1927c99cb3b..fe60980b395 100644 --- a/src/devices/machine/k053252.h +++ b/src/devices/machine/k053252.h @@ -8,6 +8,8 @@ #pragma once +#include "screen.h" + #define MCFG_K053252_INT1_EN_CB(_devcb) \ devcb = &k053252_device::set_int1_en_callback(*device, DEVCB_##_devcb); diff --git a/src/mame/drivers/hexion.cpp b/src/mame/drivers/hexion.cpp index 837ce1f253a..76c8ebf933f 100644 --- a/src/mame/drivers/hexion.cpp +++ b/src/mame/drivers/hexion.cpp @@ -87,7 +87,6 @@ Notes: #include "sound/okim6295.h" #include "sound/k051649.h" -#include "screen.h" #include "speaker.h" diff --git a/src/mame/drivers/qdrmfgp.cpp b/src/mame/drivers/qdrmfgp.cpp index 86c65c32b4b..5ff8bfac1d0 100644 --- a/src/mame/drivers/qdrmfgp.cpp +++ b/src/mame/drivers/qdrmfgp.cpp @@ -31,7 +31,6 @@ GP1 HDD data contents: #include "machine/ataintf.h" #include "machine/nvram.h" #include "sound/k054539.h" -#include "screen.h" #include "speaker.h" diff --git a/src/mame/drivers/rollerg.cpp b/src/mame/drivers/rollerg.cpp index e8c9651e2b8..343b58fd5c6 100644 --- a/src/mame/drivers/rollerg.cpp +++ b/src/mame/drivers/rollerg.cpp @@ -21,7 +21,6 @@ #include "sound/3812intf.h" #include "sound/k053260.h" -#include "screen.h" #include "speaker.h" diff --git a/src/mame/video/rollerg.cpp b/src/mame/video/rollerg.cpp index 737851c4ddd..6faa1075b7b 100644 --- a/src/mame/video/rollerg.cpp +++ b/src/mame/video/rollerg.cpp @@ -2,7 +2,6 @@ // copyright-holders:Nicola Salmoria #include "emu.h" #include "includes/rollerg.h" -#include "screen.h" /*************************************************************************** -- cgit v1.2.3