summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/ps2vif1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mips/ps2vif1.h')
-rw-r--r--src/devices/cpu/mips/ps2vif1.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/devices/cpu/mips/ps2vif1.h b/src/devices/cpu/mips/ps2vif1.h
index 3ad1dcb1c86..0ef8482280a 100644
--- a/src/devices/cpu/mips/ps2vif1.h
+++ b/src/devices/cpu/mips/ps2vif1.h
@@ -14,8 +14,6 @@
#pragma once
-#include "emu.h"
-
class ps2_gs_device;
class sonyvu1_device;
@@ -157,4 +155,7 @@ protected:
DECLARE_DEVICE_TYPE(SONYPS2_VIF1, ps2_vif1_device)
-#endif // DEVICES_MACHINE_PS2VIF1_H \ No newline at end of file
+#include "video/ps2gs.h"
+#include "ps2vu.h"
+
+#endif // DEVICES_MACHINE_PS2VIF1_H