summaryrefslogtreecommitdiffstats
path: root/src/devices/machine/ds2404.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds2404.cpp')
-rw-r--r--src/devices/machine/ds2404.cpp2
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