summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/262intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/262intf.h')
-rw-r--r--src/devices/sound/262intf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/262intf.h b/src/devices/sound/262intf.h
index 63f4c8743cb..16f00e225d7 100644
--- a/src/devices/sound/262intf.h
+++ b/src/devices/sound/262intf.h
@@ -5,7 +5,6 @@
#ifndef __262INTF_H__
#define __262INTF_H__
-#include "emu.h"
#define MCFG_YMF262_IRQ_HANDLER(_devcb) \
devcb = &ymf262_device::set_irq_handler(*device, DEVCB_##_devcb);