Previous 199869 Revisions Next

r37139 Sunday 12th April, 2015 at 16:08:32 UTC by Miodrag Milanović
remove not needed astring includes (nw)
[src/lib/formats]cbm_crt.c ccvf_dsk.c
[src/mame/drivers]a1supply.c aleisttl.c atarittl.c bailey.c chicago.c electra.c exidyttl.c fungames.c meadwttl.c monacogp.c pong.c ramtek.c taitottl.c

trunk/src/lib/formats/cbm_crt.c
r245650r245651
4040*********************************************************************/
4141
4242#include "emu.h" // fatalerror
43#include "astring.h"
4443#include "corefile.h"
4544#include "cbm_crt.h"
4645
trunk/src/lib/formats/ccvf_dsk.c
r245650r245651
99*********************************************************************/
1010
1111#include "emu.h" // BIT
12#include "astring.h"
1312#include "formats/ccvf_dsk.h"
1413
1514ccvf_format::ccvf_format()
trunk/src/mame/drivers/a1supply.c
r245650r245651
1717#include "machine/netlist.h"
1818#include "netlist/devices/net_lib.h"
1919#include "video/fixfreq.h"
20#include "astring.h"
2120
2221// copied by Pong, not accurate for this driver!
2322// start
trunk/src/mame/drivers/aleisttl.c
r245650r245651
1919#include "machine/netlist.h"
2020#include "netlist/devices/net_lib.h"
2121#include "video/fixfreq.h"
22#include "astring.h"
2322
2423// copied by Pong, not accurate for this driver!
2524// start
trunk/src/mame/drivers/atarittl.c
r245650r245651
6161#include "machine/netlist.h"
6262#include "netlist/devices/net_lib.h"
6363#include "video/fixfreq.h"
64#include "astring.h"
6564
6665
6766// copied by Pong, not accurate for this driver!
trunk/src/mame/drivers/bailey.c
r245650r245651
1212#include "machine/netlist.h"
1313#include "netlist/devices/net_lib.h"
1414#include "video/fixfreq.h"
15#include "astring.h"
1615
1716// copied by Pong, not accurate for this driver!
1817// start
trunk/src/mame/drivers/chicago.c
r245650r245651
2121#include "machine/netlist.h"
2222#include "netlist/devices/net_lib.h"
2323#include "video/fixfreq.h"
24#include "astring.h"
2524
2625// copied by Pong, not accurate for this driver!
2726// start
trunk/src/mame/drivers/electra.c
r245650r245651
1818#include "machine/netlist.h"
1919#include "netlist/devices/net_lib.h"
2020#include "video/fixfreq.h"
21#include "astring.h"
2221
2322// copied by Pong, not accurate for this driver!
2423// start
trunk/src/mame/drivers/exidyttl.c
r245650r245651
2020#include "machine/netlist.h"
2121#include "netlist/devices/net_lib.h"
2222#include "video/fixfreq.h"
23#include "astring.h"
2423
2524// copied by Pong, not accurate for this driver!
2625// start
trunk/src/mame/drivers/fungames.c
r245650r245651
1818#include "machine/netlist.h"
1919#include "netlist/devices/net_lib.h"
2020#include "video/fixfreq.h"
21#include "astring.h"
2221
2322// copied by Pong, not accurate for this driver!
2423// start
trunk/src/mame/drivers/meadwttl.c
r245650r245651
1717#include "machine/netlist.h"
1818#include "netlist/devices/net_lib.h"
1919#include "video/fixfreq.h"
20#include "astring.h"
2120
2221// copied by Pong, not accurate for this driver!
2322// start
trunk/src/mame/drivers/monacogp.c
r245650r245651
109109#include "machine/netlist.h"
110110#include "netlist/devices/net_lib.h"
111111#include "video/fixfreq.h"
112#include "astring.h"
113112
114113// copied by Pong, not accurate for this driver!
115114// start
trunk/src/mame/drivers/pong.c
r245650r245651
1616#include "netlist/devices/net_lib.h"
1717#include "sound/dac.h"
1818#include "video/fixfreq.h"
19#include "astring.h"
2019
2120/*
2221 * H count width to 512
trunk/src/mame/drivers/ramtek.c
r245650r245651
4040#include "machine/netlist.h"
4141#include "netlist/devices/net_lib.h"
4242#include "video/fixfreq.h"
43#include "astring.h"
4443
4544// copied from Pong, not accurate for this driver!
4645// start
trunk/src/mame/drivers/taitottl.c
r245650r245651
6060#include "machine/netlist.h"
6161#include "netlist/devices/net_lib.h"
6262#include "video/fixfreq.h"
63#include "astring.h"
6463
6564// copied by Pong, not accurate for this driver!
6665// start


Previous 199869 Revisions Next


© 1997-2024 The MAME Team