summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/docg3.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2022-05-24 20:35:25 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2022-05-24 20:35:25 +1000
commit179faaed78191b3060d724a8cc0f2f7a802e7b3e (patch)
tree86ba632c01e80373ac5385ee071836b41771161e /src/mame/machine/docg3.cpp
parent170443ff6fd532fe8180edf33123529d2a593218 (diff)
*****Removed unneeded/forgotten differences to mame code
Diffstat (limited to 'src/mame/machine/docg3.cpp')
-rw-r--r--src/mame/machine/docg3.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/machine/docg3.cpp b/src/mame/machine/docg3.cpp
index 1c69eff9649..0b53b52f64b 100644
--- a/src/mame/machine/docg3.cpp
+++ b/src/mame/machine/docg3.cpp
@@ -11,8 +11,6 @@
#include "emu.h"
#include "machine/docg3.h"
-#include "fileio.h"
-
#define VERBOSE_LEVEL ( 0 )
static inline void ATTR_PRINTF(3,4) verboselog( device_t &device, int n_level, const char *s_fmt, ... )