summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfm_ad5.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-10-05 14:02:58 +1000
committer Vas Crabb <vas@vastheman.com>2019-10-05 14:02:58 +1000
commit4b414fa45ba792655eff237d511da56b5f906ab5 (patch)
tree1451ed5d4e1768546ddff6a9e1ad3626eec9c7d7 /src/mame/drivers/bfm_ad5.cpp
parent3f7aa11e2604d9cb7062ae0a461bd067b3055143 (diff)
clean up some .hxx abuse (nw)
Diffstat (limited to 'src/mame/drivers/bfm_ad5.cpp')
-rw-r--r--src/mame/drivers/bfm_ad5.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/bfm_ad5.cpp b/src/mame/drivers/bfm_ad5.cpp
index 4df532d8829..22f2e998b4e 100644
--- a/src/mame/drivers/bfm_ad5.cpp
+++ b/src/mame/drivers/bfm_ad5.cpp
@@ -115,7 +115,6 @@ A21 |30| CE1
#include "emu.h"
#include "includes/bfm_ad5.h"
-#include "includes/bfm_sc4.h"
#include "machine/mcf5206e.h"
#include "machine/bfm_sc45_helper.h"
#include "speaker.h"
@@ -192,5 +191,3 @@ void adder5_state::bfm_ad5(machine_config &config)
SPEAKER(config, "rspeaker").front_right();
/* unknown sound */
}
-
-#include "bfm_ad5sw.hxx"