mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
remove unneeded basicdsk.h include from a few files
This commit is contained in:
parent
2cc9da11de
commit
f3885ffde5
@ -11,7 +11,6 @@
|
||||
#include "cpu/z80/z80.h"
|
||||
#include "machine/upd765.h"
|
||||
#include "machine/ataintf.h"
|
||||
#include "formats/basicdsk.h"
|
||||
#include "imagedev/harddriv.h"
|
||||
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include "emu.h"
|
||||
#include "cpu/i86/i86.h"
|
||||
#include "cpu/z80/z80daisy.h"
|
||||
#include "formats/basicdsk.h"
|
||||
#include "imagedev/flopdrv.h"
|
||||
#include "machine/apricotkb.h"
|
||||
#include "machine/buffer.h"
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include "emu.h"
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "cpu/mcs48/mcs48.h"
|
||||
#include "formats/basicdsk.h"
|
||||
#include "machine/ram.h"
|
||||
#include "machine/i8251.h"
|
||||
#include "sound/ay8910.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "video/tms9928a.h"
|
||||
#include "imagedev/flopdrv.h"
|
||||
#include "imagedev/cassette.h"
|
||||
#include "formats/basicdsk.h"
|
||||
#include "formats/fmsx_cas.h"
|
||||
#include "formats/msx_dsk.h"
|
||||
#include "hashfile.h"
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include "cpu/m6809/m6809.h"
|
||||
#include "video/generic.h"
|
||||
#include "machine/wd_fdc.h"
|
||||
#include "formats/basicdsk.h"
|
||||
#include "imagedev/flopdrv.h"
|
||||
#include "machine/6840ptm.h"
|
||||
#include "machine/6821pia.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "sound/wave.h"
|
||||
#include "imagedev/cassette.h"
|
||||
#include "imagedev/flopdrv.h"
|
||||
#include "formats/basicdsk.h"
|
||||
#include "formats/x1_tap.h"
|
||||
#include "bus/generic/slot.h"
|
||||
#include "bus/generic/carts.h"
|
||||
|
@ -113,7 +113,6 @@
|
||||
|
||||
#include "imgtool.h"
|
||||
#include "iflopimg.h"
|
||||
#include "formats/basicdsk.h"
|
||||
|
||||
#include <time.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user