diff options
Diffstat (limited to 'src/devices/machine/ds1204.h')
-rw-r--r-- | src/devices/machine/ds1204.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/ds1204.h b/src/devices/machine/ds1204.h index 20d80bad208..7c083ea0f39 100644 --- a/src/devices/machine/ds1204.h +++ b/src/devices/machine/ds1204.h @@ -12,7 +12,6 @@ #ifndef __DS1204_H__ #define __DS1204_H__ -#include "emu.h" #define MCFG_DS1204_ADD( _tag ) \ MCFG_DEVICE_ADD( _tag, DS1204, 0 ) |