summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ps2gs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ps2gs.h')
-rw-r--r--src/devices/video/ps2gs.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/devices/video/ps2gs.h b/src/devices/video/ps2gs.h
index 5d7e2836763..1890ef5386f 100644
--- a/src/devices/video/ps2gs.h
+++ b/src/devices/video/ps2gs.h
@@ -14,9 +14,7 @@
#pragma once
-#include "emu.h"
-#include "machine/ps2intc.h"
-
+class ps2_intc_device;
class ps2_gif_device;
class sonyvu1_device;
@@ -313,4 +311,8 @@ protected:
DECLARE_DEVICE_TYPE(SONYPS2_GS, ps2_gs_device)
-#endif // DEVICES_VIDEO_PS2GS_H \ No newline at end of file
+#include "ps2gif.h"
+#include "cpu/mips/ps2vu.h"
+#include "machine/ps2intc.h"
+
+#endif // DEVICES_VIDEO_PS2GS_H