From 7977b2a8f6d627344f22dbc645bee53bdadd8810 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 12 Apr 2015 18:08:32 +0200 Subject: [PATCH] remove not needed astring includes (nw) --- src/lib/formats/cbm_crt.c | 1 - src/lib/formats/ccvf_dsk.c | 1 - src/mame/drivers/a1supply.c | 1 - src/mame/drivers/aleisttl.c | 1 - src/mame/drivers/atarittl.c | 1 - src/mame/drivers/bailey.c | 1 - src/mame/drivers/chicago.c | 1 - src/mame/drivers/electra.c | 1 - src/mame/drivers/exidyttl.c | 1 - src/mame/drivers/fungames.c | 1 - src/mame/drivers/meadwttl.c | 1 - src/mame/drivers/monacogp.c | 1 - src/mame/drivers/pong.c | 1 - src/mame/drivers/ramtek.c | 1 - src/mame/drivers/taitottl.c | 1 - 15 files changed, 15 deletions(-) diff --git a/src/lib/formats/cbm_crt.c b/src/lib/formats/cbm_crt.c index abfd85ed5c1..3be90b29ab1 100644 --- a/src/lib/formats/cbm_crt.c +++ b/src/lib/formats/cbm_crt.c @@ -40,7 +40,6 @@ *********************************************************************/ #include "emu.h" // fatalerror -#include "astring.h" #include "corefile.h" #include "cbm_crt.h" diff --git a/src/lib/formats/ccvf_dsk.c b/src/lib/formats/ccvf_dsk.c index dfb43565d88..115fabccfe6 100644 --- a/src/lib/formats/ccvf_dsk.c +++ b/src/lib/formats/ccvf_dsk.c @@ -9,7 +9,6 @@ *********************************************************************/ #include "emu.h" // BIT -#include "astring.h" #include "formats/ccvf_dsk.h" ccvf_format::ccvf_format() diff --git a/src/mame/drivers/a1supply.c b/src/mame/drivers/a1supply.c index 81e09d091ad..0954f2981ca 100644 --- a/src/mame/drivers/a1supply.c +++ b/src/mame/drivers/a1supply.c @@ -17,7 +17,6 @@ #include "machine/netlist.h" #include "netlist/devices/net_lib.h" #include "video/fixfreq.h" -#include "astring.h" // copied by Pong, not accurate for this driver! // start diff --git a/src/mame/drivers/aleisttl.c b/src/mame/drivers/aleisttl.c index 9169426798e..61b01b61447 100644 --- a/src/mame/drivers/aleisttl.c +++ b/src/mame/drivers/aleisttl.c @@ -19,7 +19,6 @@ #include "machine/netlist.h" #include "netlist/devices/net_lib.h" #include "video/fixfreq.h" -#include "astring.h" // copied by Pong, not accurate for this driver! // start diff --git a/src/mame/drivers/atarittl.c b/src/mame/drivers/atarittl.c index fe872309e8a..c1c8ab9f31a 100644 --- a/src/mame/drivers/atarittl.c +++ b/src/mame/drivers/atarittl.c @@ -61,7 +61,6 @@ #include "machine/netlist.h" #include "netlist/devices/net_lib.h" #include "video/fixfreq.h" -#include "astring.h" // copied by Pong, not accurate for this driver! diff --git a/src/mame/drivers/bailey.c b/src/mame/drivers/bailey.c index 35ecad0629e..70831bc682c 100644 --- a/src/mame/drivers/bailey.c +++ b/src/mame/drivers/bailey.c @@ -12,7 +12,6 @@ #include "machine/netlist.h" #include "netlist/devices/net_lib.h" #include "video/fixfreq.h" -#include "astring.h" // copied by Pong, not accurate for this driver! // start diff --git a/src/mame/drivers/chicago.c b/src/mame/drivers/chicago.c index 023abf4126b..b46a06fa9dd 100644 --- a/src/mame/drivers/chicago.c +++ b/src/mame/drivers/chicago.c @@ -21,7 +21,6 @@ #include "machine/netlist.h" #include "netlist/devices/net_lib.h" #include "video/fixfreq.h" -#include "astring.h" // copied by Pong, not accurate for this driver! // start diff --git a/src/mame/drivers/electra.c b/src/mame/drivers/electra.c index b613fc75a12..690d1769a31 100644 --- a/src/mame/drivers/electra.c +++ b/src/mame/drivers/electra.c @@ -18,7 +18,6 @@ #include "machine/netlist.h" #include "netlist/devices/net_lib.h" #include "video/fixfreq.h" -#include "astring.h" // copied by Pong, not accurate for this driver! // start diff --git a/src/mame/drivers/exidyttl.c b/src/mame/drivers/exidyttl.c index cf702429a89..cfa770c1220 100644 --- a/src/mame/drivers/exidyttl.c +++ b/src/mame/drivers/exidyttl.c @@ -20,7 +20,6 @@ Exidy discrete hardware games #include "machine/netlist.h" #include "netlist/devices/net_lib.h" #include "video/fixfreq.h" -#include "astring.h" // copied by Pong, not accurate for this driver! // start diff --git a/src/mame/drivers/fungames.c b/src/mame/drivers/fungames.c index 65ec10c9d50..c49c9e0fcb4 100644 --- a/src/mame/drivers/fungames.c +++ b/src/mame/drivers/fungames.c @@ -18,7 +18,6 @@ #include "machine/netlist.h" #include "netlist/devices/net_lib.h" #include "video/fixfreq.h" -#include "astring.h" // copied by Pong, not accurate for this driver! // start diff --git a/src/mame/drivers/meadwttl.c b/src/mame/drivers/meadwttl.c index baa394faf7d..3e26d980349 100644 --- a/src/mame/drivers/meadwttl.c +++ b/src/mame/drivers/meadwttl.c @@ -17,7 +17,6 @@ #include "machine/netlist.h" #include "netlist/devices/net_lib.h" #include "video/fixfreq.h" -#include "astring.h" // copied by Pong, not accurate for this driver! // start diff --git a/src/mame/drivers/monacogp.c b/src/mame/drivers/monacogp.c index 70eefbdcd64..0525a86646a 100644 --- a/src/mame/drivers/monacogp.c +++ b/src/mame/drivers/monacogp.c @@ -109,7 +109,6 @@ #include "machine/netlist.h" #include "netlist/devices/net_lib.h" #include "video/fixfreq.h" -#include "astring.h" // copied by Pong, not accurate for this driver! // start diff --git a/src/mame/drivers/pong.c b/src/mame/drivers/pong.c index 493e9615a59..76c12c26ccb 100644 --- a/src/mame/drivers/pong.c +++ b/src/mame/drivers/pong.c @@ -16,7 +16,6 @@ TODO: please see netlist include files #include "netlist/devices/net_lib.h" #include "sound/dac.h" #include "video/fixfreq.h" -#include "astring.h" /* * H count width to 512 diff --git a/src/mame/drivers/ramtek.c b/src/mame/drivers/ramtek.c index 76d35865f50..1acc131ed9a 100644 --- a/src/mame/drivers/ramtek.c +++ b/src/mame/drivers/ramtek.c @@ -40,7 +40,6 @@ #include "machine/netlist.h" #include "netlist/devices/net_lib.h" #include "video/fixfreq.h" -#include "astring.h" // copied from Pong, not accurate for this driver! // start diff --git a/src/mame/drivers/taitottl.c b/src/mame/drivers/taitottl.c index 0e46a1d5e84..6b4b8eb98d6 100644 --- a/src/mame/drivers/taitottl.c +++ b/src/mame/drivers/taitottl.c @@ -60,7 +60,6 @@ #include "machine/netlist.h" #include "netlist/devices/net_lib.h" #include "video/fixfreq.h" -#include "astring.h" // copied by Pong, not accurate for this driver! // start