summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/macrtc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/macrtc.cpp')
-rw-r--r--src/mame/machine/macrtc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/machine/macrtc.cpp b/src/mame/machine/macrtc.cpp
index 1a1e81c0f9b..0d31c3585fd 100644
--- a/src/mame/machine/macrtc.cpp
+++ b/src/mame/machine/macrtc.cpp
@@ -14,8 +14,6 @@
#include "emu.h"
#include "macrtc.h"
-#include "fileio.h"
-
#ifdef MAME_DEBUG
#define LOG_RTC 0
#else