summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/6850acia.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/6850acia.h')
-rw-r--r--src/devices/machine/6850acia.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/6850acia.h b/src/devices/machine/6850acia.h
index 4185bee00a2..ebf7594aeec 100644
--- a/src/devices/machine/6850acia.h
+++ b/src/devices/machine/6850acia.h
@@ -13,7 +13,6 @@
#ifndef __ACIA6850_H__
#define __ACIA6850_H__
-#include "emu.h"
#define MCFG_ACIA6850_TXD_HANDLER(_devcb) \
devcb = &acia6850_device::set_txd_handler(*device, DEVCB_##_devcb);