From 38369086a617978cafac8997289333f72c207399 Mon Sep 17 00:00:00 2001 From: smf- Date: Sun, 22 Jul 2018 20:20:45 +0100 Subject: Take 2. Use include files to get class definition instead of relying purely on forward declarations to allow building on MSVC, solving the circular reference problem using forward declarations of own classes before the #include where necessary. (nw) --- src/devices/video/ps2gs.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/devices/video/ps2gs.cpp') diff --git a/src/devices/video/ps2gs.cpp b/src/devices/video/ps2gs.cpp index aa83adff58b..79a7653dafa 100644 --- a/src/devices/video/ps2gs.cpp +++ b/src/devices/video/ps2gs.cpp @@ -12,11 +12,6 @@ #include "emu.h" #include "ps2gs.h" -#include "ps2gif.h" -#include "machine/ps2intc.h" -#include "cpu/mips/ps2vu.h" - - DEFINE_DEVICE_TYPE(SONYPS2_GS, ps2_gs_device, "ps2gs", "Playstation 2 GS") /*static*/ const size_t ps2_gs_device::FORMAT_PIXEL_WIDTHS[] = { -- cgit v1.2.3-70-g09d2