summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/3526intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/3526intf.h')
-rw-r--r--src/devices/sound/3526intf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/3526intf.h b/src/devices/sound/3526intf.h
index c6139d17e48..2c448c526ad 100644
--- a/src/devices/sound/3526intf.h
+++ b/src/devices/sound/3526intf.h
@@ -5,7 +5,6 @@
#ifndef __3526INTF_H__
#define __3526INTF_H__
-#include "emu.h"
#define MCFG_YM3526_IRQ_HANDLER(_devcb) \
devcb = &ym3526_device::set_irq_handler(*device, DEVCB_##_devcb);