summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymf271.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ymf271.h')
-rw-r--r--src/devices/sound/ymf271.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/ymf271.h b/src/devices/sound/ymf271.h
index 743b796d1ee..5c8598b54e6 100644
--- a/src/devices/sound/ymf271.h
+++ b/src/devices/sound/ymf271.h
@@ -5,7 +5,6 @@
#ifndef __YMF271_H__
#define __YMF271_H__
-#include "emu.h"
#define MCFG_YMF271_IRQ_HANDLER(_devcb) \
devcb = &ymf271_device::set_irq_handler(*device, DEVCB_##_devcb);