summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ps2intc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ps2intc.cpp')
-rw-r--r--src/devices/machine/ps2intc.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/ps2intc.cpp b/src/devices/machine/ps2intc.cpp
index 15581ce3936..f9053f60d2d 100644
--- a/src/devices/machine/ps2intc.cpp
+++ b/src/devices/machine/ps2intc.cpp
@@ -12,9 +12,6 @@
#include "emu.h"
#include "ps2intc.h"
-#include "cpu/mips/ps2vu.h"
-
-
DEFINE_DEVICE_TYPE(SONYPS2_INTC, ps2_intc_device, "ps2intc", "PlayStation 2 EE INTC")
ps2_intc_device::ps2_intc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)