summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-12-01 12:05:59 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-12-01 12:05:59 -0500
commit3b24735f08a4a5fc376f6459e1a3fb8fec0ad4eb (patch)
tree941765d1b54891f2aa78737e5bb104391519fcea /src/mame
parent550b5bb87feca909ce411d67b6f632c0762c94b2 (diff)
Cleanup (nw)
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/s11a.cpp1
-rw-r--r--src/mame/drivers/s11b.cpp1
-rw-r--r--src/mame/drivers/s11c.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/s11a.cpp b/src/mame/drivers/s11a.cpp
index 37132cfb715..effc0ad09bb 100644
--- a/src/mame/drivers/s11a.cpp
+++ b/src/mame/drivers/s11a.cpp
@@ -23,7 +23,6 @@ Note: To start a game, certain switches need to be activated. You must first pr
#include "emu.h"
#include "includes/s11a.h"
-#include "cpu/m6800/m6800.h"
#include "cpu/m6809/m6809.h"
#include "sound/volt_reg.h"
#include "speaker.h"
diff --git a/src/mame/drivers/s11b.cpp b/src/mame/drivers/s11b.cpp
index d4509ebbd50..1fe3ac1ba4d 100644
--- a/src/mame/drivers/s11b.cpp
+++ b/src/mame/drivers/s11b.cpp
@@ -26,7 +26,6 @@
#include "emu.h"
#include "includes/s11b.h"
-#include "cpu/m6800/m6800.h"
#include "cpu/m6809/m6809.h"
#include "sound/volt_reg.h"
#include "speaker.h"
diff --git a/src/mame/drivers/s11c.cpp b/src/mame/drivers/s11c.cpp
index 7a2077010bc..67bc5da3b9d 100644
--- a/src/mame/drivers/s11c.cpp
+++ b/src/mame/drivers/s11c.cpp
@@ -7,7 +7,6 @@
#include "emu.h"
#include "includes/s11c.h"
-#include "cpu/m6800/m6800.h"
#include "cpu/m6809/m6809.h"
#include "speaker.h"