diff options
Diffstat (limited to 'src/devices/machine/ds2404.cpp')
-rw-r--r-- | src/devices/machine/ds2404.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/machine/ds2404.cpp b/src/devices/machine/ds2404.cpp index 3000e31865b..6a279d80986 100644 --- a/src/devices/machine/ds2404.cpp +++ b/src/devices/machine/ds2404.cpp @@ -16,8 +16,6 @@ #include "emu.h" #include "ds2404.h" -#include "fileio.h" - #include <algorithm> #include <ctime> // FIXME: re-write in terms of device_rtc_interface and remove this |