summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ps2gif.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ps2gif.h')
-rw-r--r--src/devices/video/ps2gif.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/devices/video/ps2gif.h b/src/devices/video/ps2gif.h
index 2cd7215269e..29c57e80f2b 100644
--- a/src/devices/video/ps2gif.h
+++ b/src/devices/video/ps2gif.h
@@ -14,8 +14,6 @@
#pragma once
-#include "emu.h"
-
class ps2_gs_device;
class sonyvu1_device;
@@ -127,4 +125,7 @@ protected:
DECLARE_DEVICE_TYPE(SONYPS2_GIF, ps2_gif_device)
-#endif // DEVICES_VIDEO_PS2GIF_H \ No newline at end of file
+#include "ps2gs.h"
+#include "cpu/mips/ps2vu.h"
+
+#endif // DEVICES_VIDEO_PS2GIF_H