diff options
author | 2013-07-17 04:37:56 +0000 | |
---|---|---|
committer | 2013-07-17 04:37:56 +0000 | |
commit | 9f04a5f77ff0a5be8f410f9f8a8ec31e4c943034 (patch) | |
tree | d9211b2bcb8d4d48f1b74b104e70e2ade9f77c30 | |
parent | e325b73b5639cf1b95ddd97f8efc2038fb9f1383 (diff) |
Some emu.h related redundant #include cleanup (nw)
44 files changed, 1 insertions, 56 deletions
diff --git a/src/emu/imagedev/bitbngr.h b/src/emu/imagedev/bitbngr.h index 5f443ba893b..3225840a325 100644 --- a/src/emu/imagedev/bitbngr.h +++ b/src/emu/imagedev/bitbngr.h @@ -9,8 +9,6 @@ #ifndef __BITBNGR_H__ #define __BITBNGR_H__ -#include "image.h" - enum { diff --git a/src/emu/imagedev/cartslot.h b/src/emu/imagedev/cartslot.h index d3eb57851c9..fee89b2cb70 100644 --- a/src/emu/imagedev/cartslot.h +++ b/src/emu/imagedev/cartslot.h @@ -7,7 +7,6 @@ #ifndef __CARTSLOT_H__ #define __CARTSLOT_H__ -#include "image.h" /*************************************************************************** diff --git a/src/emu/imagedev/cassette.h b/src/emu/imagedev/cassette.h index 0fc1a05a9e9..7dcbc77a2bd 100644 --- a/src/emu/imagedev/cassette.h +++ b/src/emu/imagedev/cassette.h @@ -9,7 +9,6 @@ #ifndef CASSETTE_H #define CASSETTE_H -#include "image.h" #include "formats/cassimg.h" diff --git a/src/emu/imagedev/flopdrv.h b/src/emu/imagedev/flopdrv.h index c47a8bb498b..0f7255922e2 100644 --- a/src/emu/imagedev/flopdrv.h +++ b/src/emu/imagedev/flopdrv.h @@ -4,8 +4,6 @@ #ifndef __FLOPDRV_H__ #define __FLOPDRV_H__ -#include "devcb.h" -#include "image.h" #include "formats/flopimg.h" #define FLOPPY_TYPE_REGULAR 0 diff --git a/src/emu/imagedev/harddriv.h b/src/emu/imagedev/harddriv.h index 35d4e77ae7a..05e65236365 100644 --- a/src/emu/imagedev/harddriv.h +++ b/src/emu/imagedev/harddriv.h @@ -9,7 +9,6 @@ #ifndef HARDDRIV_H #define HARDDRIV_H -#include "image.h" #include "harddisk.h" /*************************************************************************** diff --git a/src/emu/imagedev/midiin.h b/src/emu/imagedev/midiin.h index 88af86b1757..11198989b15 100644 --- a/src/emu/imagedev/midiin.h +++ b/src/emu/imagedev/midiin.h @@ -9,7 +9,6 @@ #ifndef __MIDIIN_H__ #define __MIDIIN_H__ -#include "image.h" /*************************************************************************** CONSTANTS diff --git a/src/emu/imagedev/midiout.h b/src/emu/imagedev/midiout.h index 36e02ce7d1f..428c376436b 100644 --- a/src/emu/imagedev/midiout.h +++ b/src/emu/imagedev/midiout.h @@ -9,7 +9,6 @@ #ifndef __MIDIOUT_H__ #define __MIDIOUT_H__ -#include "image.h" /*************************************************************************** CONSTANTS diff --git a/src/emu/imagedev/printer.h b/src/emu/imagedev/printer.h index 959f635e547..cfc79877cde 100644 --- a/src/emu/imagedev/printer.h +++ b/src/emu/imagedev/printer.h @@ -9,8 +9,6 @@ #ifndef __PRINTER_H__ #define __PRINTER_H__ -#include "diimage.h" - /*************************************************************************** TYPE DEFINITIONS diff --git a/src/emu/imagedev/serial.h b/src/emu/imagedev/serial.h index 7cd213e5651..443b71acacd 100644 --- a/src/emu/imagedev/serial.h +++ b/src/emu/imagedev/serial.h @@ -9,8 +9,6 @@ #ifndef __SERIAL_H__ #define __SERIAL_H__ -#include "diimage.h" - /*************************************************************************** TYPE DEFINITIONS diff --git a/src/emu/machine/msm6242.h b/src/emu/machine/msm6242.h index 65916197853..fff175b07b8 100644 --- a/src/emu/machine/msm6242.h +++ b/src/emu/machine/msm6242.h @@ -13,7 +13,6 @@ #define __MSM6242DEV_H__ #include "emu.h" -#include "dirtc.h" #define MCFG_MSM6242_ADD(_tag, _config) \ diff --git a/src/emu/machine/n68681.h b/src/emu/machine/n68681.h index e1520dbcf7e..6c94a0a3998 100644 --- a/src/emu/machine/n68681.h +++ b/src/emu/machine/n68681.h @@ -1,7 +1,6 @@ #ifndef _N68681_H #define _N68681_H -#include "diserial.h" #define MCFG_DUARTN68681_ADD(_tag, _clock, _config) \ MCFG_DEVICE_ADD(_tag, DUARTN68681, _clock) \ diff --git a/src/emu/machine/pic8259.h b/src/emu/machine/pic8259.h index 83efb634476..e33c59ab2df 100644 --- a/src/emu/machine/pic8259.h +++ b/src/emu/machine/pic8259.h @@ -25,8 +25,6 @@ #ifndef __PIC8259_H__ #define __PIC8259_H__ -#include "devcb.h" - /*************************************************************************** DEVICE CONFIGURATION MACROS diff --git a/src/emu/machine/pit8253.h b/src/emu/machine/pit8253.h index f07740f1db6..f81f82d8168 100644 --- a/src/emu/machine/pit8253.h +++ b/src/emu/machine/pit8253.h @@ -23,7 +23,6 @@ #ifndef __PIT8253_H__ #define __PIT8253_H__ -#include "devcb.h" #define PIT8253_MAX_TIMER 3 diff --git a/src/emu/machine/wd17xx.h b/src/emu/machine/wd17xx.h index f73a3c51093..f25bde784a9 100644 --- a/src/emu/machine/wd17xx.h +++ b/src/emu/machine/wd17xx.h @@ -10,8 +10,6 @@ #ifndef __WD17XX_H__ #define __WD17XX_H__ -#include "devcb.h" - /*************************************************************************** MACROS diff --git a/src/emu/video/315_5124.h b/src/emu/video/315_5124.h index f6066f0ad0a..bbdfb819fc0 100644 --- a/src/emu/video/315_5124.h +++ b/src/emu/video/315_5124.h @@ -9,8 +9,6 @@ #ifndef __SEGA315_5124_H__ #define __SEGA315_5124_H__ -#include "devcb.h" - /*************************************************************************** CONSTANTS diff --git a/src/emu/video/dl1416.h b/src/emu/video/dl1416.h index d3a61010a40..22cc248804c 100644 --- a/src/emu/video/dl1416.h +++ b/src/emu/video/dl1416.h @@ -14,7 +14,6 @@ #ifndef DL1416_H_ #define DL1416_H_ -#include "devcb.h" /*************************************************************************** TYPE DEFINITIONS diff --git a/src/emu/video/hd63484.h b/src/emu/video/hd63484.h index b430321210c..c0a8c21e335 100644 --- a/src/emu/video/hd63484.h +++ b/src/emu/video/hd63484.h @@ -8,7 +8,6 @@ #ifndef __HD63484_H__ #define __HD63484_H__ -#include "devcb.h" /*************************************************************************** TYPE DEFINITIONS diff --git a/src/emu/video/huc6260.c b/src/emu/video/huc6260.c index 4ab802fd13a..050c44bda8d 100644 --- a/src/emu/video/huc6260.c +++ b/src/emu/video/huc6260.c @@ -15,7 +15,6 @@ **********************************************************************/ #include "emu.h" -#include "profiler.h" #include "huc6260.h" #define LOG 0 diff --git a/src/emu/video/huc6261.c b/src/emu/video/huc6261.c index 6455ac5a385..7d5eb9eafb7 100644 --- a/src/emu/video/huc6261.c +++ b/src/emu/video/huc6261.c @@ -12,7 +12,6 @@ **********************************************************************/ #include "emu.h" -#include "profiler.h" #include "huc6261.h" #define LOG 0 diff --git a/src/emu/video/huc6270.c b/src/emu/video/huc6270.c index 6d7452f193f..366ec198e73 100644 --- a/src/emu/video/huc6270.c +++ b/src/emu/video/huc6270.c @@ -50,7 +50,6 @@ TODO **********************************************************************/ #include "emu.h" -#include "profiler.h" #include "huc6270.h" #define LOG 0 diff --git a/src/lib/formats/flopimg.h b/src/lib/formats/flopimg.h index d693188f606..c70a2a39288 100644 --- a/src/lib/formats/flopimg.h +++ b/src/lib/formats/flopimg.h @@ -11,7 +11,6 @@ #include "osdcore.h" #include "ioprocs.h" -#include "opresolv.h" #ifndef LOG_FORMATS #define LOG_FORMATS if (0) printf diff --git a/src/mame/audio/namco52.h b/src/mame/audio/namco52.h index 19ca0adcd64..0bd20cf3ca8 100644 --- a/src/mame/audio/namco52.h +++ b/src/mame/audio/namco52.h @@ -2,7 +2,6 @@ #define NAMCO52_H #include "sound/discrete.h" -#include "devcb.h" struct namco_52xx_interface diff --git a/src/mame/audio/snes_snd.h b/src/mame/audio/snes_snd.h index 09c371ef128..54299d4ff38 100644 --- a/src/mame/audio/snes_snd.h +++ b/src/mame/audio/snes_snd.h @@ -7,7 +7,6 @@ #ifndef __SNES_SPC_H__ #define __SNES_SPC_H__ -#include "devcb.h" #define SNES_SPCRAM_SIZE 0x10000 diff --git a/src/mame/audio/taitosnd.h b/src/mame/audio/taitosnd.h index c3c28444f77..8e631c5ca21 100644 --- a/src/mame/audio/taitosnd.h +++ b/src/mame/audio/taitosnd.h @@ -1,7 +1,6 @@ #ifndef __TAITOSND_H__ #define __TAITOSND_H__ -#include "devcb.h" //************************************************************************** // INTERFACE CONFIGURATION MACROS diff --git a/src/mame/includes/megadriv.h b/src/mame/includes/megadriv.h index 1525b47f6c6..1ca46cec02c 100644 --- a/src/mame/includes/megadriv.h +++ b/src/mame/includes/megadriv.h @@ -1,5 +1,4 @@ -#include "emu.h" #include "coreutil.h" #include "cpu/m68000/m68000.h" #include "cpu/sh2/sh2.h" diff --git a/src/mame/includes/phoenix.h b/src/mame/includes/phoenix.h index afbe46a2d0d..a65620d82e9 100644 --- a/src/mame/includes/phoenix.h +++ b/src/mame/includes/phoenix.h @@ -1,4 +1,3 @@ -#include "devcb.h" #include "sound/discrete.h" #include "sound/tms36xx.h" diff --git a/src/mame/includes/snes.h b/src/mame/includes/snes.h index 11b031239e1..dee102ca5ff 100644 --- a/src/mame/includes/snes.h +++ b/src/mame/includes/snes.h @@ -1,7 +1,6 @@ #ifndef _SNES_H_ #define _SNES_H_ -#include "devcb.h" #include "cpu/spc700/spc700.h" #include "cpu/g65816/g65816.h" #include "cpu/upd7725/upd7725.h" diff --git a/src/mame/machine/atarigen.h b/src/mame/machine/atarigen.h index e518463cf95..bb525817e1b 100644 --- a/src/mame/machine/atarigen.h +++ b/src/mame/machine/atarigen.h @@ -40,7 +40,6 @@ #ifndef __MACHINE_ATARIGEN__ #define __MACHINE_ATARIGEN__ -#include "devcb2.h" #include "machine/nvram.h" #include "machine/er2055.h" #include "cpu/m6502/m6502.h" diff --git a/src/mame/machine/megacd.c b/src/mame/machine/megacd.c index f021a9dde3c..2f55cc8a46e 100644 --- a/src/mame/machine/megacd.c +++ b/src/mame/machine/megacd.c @@ -1,4 +1,4 @@ - +#include "emu.h" #include "includes/megadriv.h" #include "megacd.lh" #include "sound/rf5c68.h" diff --git a/src/mame/machine/n64.c b/src/mame/machine/n64.c index 31dc12b4dcf..b5844b1a32e 100644 --- a/src/mame/machine/n64.c +++ b/src/mame/machine/n64.c @@ -6,7 +6,6 @@ #include "cpu/mips/mips3com.h" #include "includes/n64.h" #include "video/n64.h" -#include "profiler.h" UINT32 *n64_sram; UINT32 *rdram; diff --git a/src/mame/machine/tait8741.h b/src/mame/machine/tait8741.h index b5739cb1045..71b89bafa98 100644 --- a/src/mame/machine/tait8741.h +++ b/src/mame/machine/tait8741.h @@ -1,7 +1,6 @@ #ifndef __TAITO8741__ #define __TAITO8741__ -#include "devcb.h" /**************************************************************************** gladiatr and Great Swordsman set. diff --git a/src/mame/video/deco16ic.h b/src/mame/video/deco16ic.h index b93db996fb8..70a79f49cd8 100644 --- a/src/mame/video/deco16ic.h +++ b/src/mame/video/deco16ic.h @@ -11,7 +11,6 @@ #ifndef __DECO16IC_H__ #define __DECO16IC_H__ -#include "devcb.h" /*************************************************************************** diff --git a/src/mame/video/segaic16.h b/src/mame/video/segaic16.h index cc2b2a69646..e8bb39d8f74 100644 --- a/src/mame/video/segaic16.h +++ b/src/mame/video/segaic16.h @@ -9,8 +9,6 @@ #define __SEGAIC16VID_H__ -#include "devcb.h" - /* tilemap systems */ #define SEGAIC16_MAX_TILEMAPS 1 diff --git a/src/mame/video/vrender0.h b/src/mame/video/vrender0.h index a436146df3e..8e94739e61f 100644 --- a/src/mame/video/vrender0.h +++ b/src/mame/video/vrender0.h @@ -1,7 +1,6 @@ #ifndef __VR0VIDEO_H__ #define __VR0VIDEO_H__ -#include "devcb.h" /*************************************************************************** TYPE DEFINITIONS diff --git a/src/mess/machine/coco_vhd.h b/src/mess/machine/coco_vhd.h index e68eabcb4b8..bb682b87915 100644 --- a/src/mess/machine/coco_vhd.h +++ b/src/mess/machine/coco_vhd.h @@ -9,7 +9,6 @@ #ifndef COCOVHD_H #define COCOVHD_H -#include "image.h" /*************************************************************************** TYPE DEFINITIONS diff --git a/src/mess/machine/cococart.h b/src/mess/machine/cococart.h index aaee2ba2e80..6aceea37931 100644 --- a/src/mess/machine/cococart.h +++ b/src/mess/machine/cococart.h @@ -9,7 +9,6 @@ #ifndef __COCOCART_H__ #define __COCOCART_H__ -#include "image.h" /*************************************************************************** CONSTANTS diff --git a/src/mess/machine/e05a03.h b/src/mess/machine/e05a03.h index 2e23a7551af..d90cc1963ef 100644 --- a/src/mess/machine/e05a03.h +++ b/src/mess/machine/e05a03.h @@ -7,8 +7,6 @@ #ifndef __E05A03_H__ #define __E05A03_H__ -#include "devcb.h" - /*************************************************************************** TYPE DEFINITIONS diff --git a/src/mess/machine/kb_msnat.h b/src/mess/machine/kb_msnat.h index bde7db35ef2..0bcee5d944d 100644 --- a/src/mess/machine/kb_msnat.h +++ b/src/mess/machine/kb_msnat.h @@ -7,7 +7,6 @@ #ifndef __KB_MSNAT_H__ #define __KB_MSNAT_H__ -#include "devcb.h" #include "machine/pc_kbdc.h" //************************************************************************** diff --git a/src/mess/machine/pc_lpt.h b/src/mess/machine/pc_lpt.h index 0e4e2558e1d..1ce13bd1e26 100644 --- a/src/mess/machine/pc_lpt.h +++ b/src/mess/machine/pc_lpt.h @@ -8,7 +8,6 @@ #define __PC_LPT_H__ #include "isa.h" -#include "devcb.h" /*************************************************************************** diff --git a/src/mess/machine/sonydriv.h b/src/mess/machine/sonydriv.h index 059a33238cd..2a4e3bcac65 100644 --- a/src/mess/machine/sonydriv.h +++ b/src/mess/machine/sonydriv.h @@ -9,7 +9,6 @@ #ifndef SONYDRIV_H #define SONYDRIV_H -#include "image.h" #include "imagedev/flopdrv.h" #if 0 diff --git a/src/mess/machine/ti99/evpc.h b/src/mess/machine/ti99/evpc.h index e2a1de4de0f..2cfc04945fe 100644 --- a/src/mess/machine/ti99/evpc.h +++ b/src/mess/machine/ti99/evpc.h @@ -16,7 +16,6 @@ #include "emu.h" #include "ti99defs.h" #include "peribox.h" -#include "dinvram.h" extern const device_type TI99_EVPC; diff --git a/src/mess/video/k1ge.h b/src/mess/video/k1ge.h index e2c21eaa3f2..9651f86ad49 100644 --- a/src/mess/video/k1ge.h +++ b/src/mess/video/k1ge.h @@ -2,8 +2,6 @@ #ifndef __K2GE_H_ #define __K2GE_H_ -#include "devcb.h" - #define MCFG_K1GE_ADD(_tag, _clock, _screen, _vblank, _hblank ) \ MCFG_DEVICE_ADD( _tag, K1GE, _clock ) \ diff --git a/src/mess/video/vic4567.h b/src/mess/video/vic4567.h index 27187276fee..0f32ff35f64 100644 --- a/src/mess/video/vic4567.h +++ b/src/mess/video/vic4567.h @@ -7,8 +7,6 @@ #ifndef __VIC4567_H__ #define __VIC4567_H__ -#include "devcb.h" - /*************************************************************************** TYPE DEFINITIONS diff --git a/src/mess/video/zx8301.h b/src/mess/video/zx8301.h index 10ab66758e2..577fa7ada7c 100644 --- a/src/mess/video/zx8301.h +++ b/src/mess/video/zx8301.h @@ -35,8 +35,6 @@ #ifndef __ZX8301__ #define __ZX8301__ -#include "emu.h" - ///************************************************************************* |