mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
no need for including assert.h since overload is in emucore.h that we already include with emu.h(nw)
This commit is contained in:
parent
0c727fc6d3
commit
ef9ed1da05
@ -10,7 +10,6 @@
|
||||
#include "imagedev/floppy.h"
|
||||
#include "formats/ap2_dsk.h"
|
||||
#include "a2diskiing.h"
|
||||
#include <assert.h>
|
||||
|
||||
/***************************************************************************
|
||||
PARAMETERS
|
||||
|
@ -10,7 +10,6 @@
|
||||
#include "imagedev/floppy.h"
|
||||
#include "formats/ap2_dsk.h"
|
||||
#include "wozfdc.h"
|
||||
#include <assert.h>
|
||||
|
||||
/***************************************************************************
|
||||
PARAMETERS
|
||||
|
@ -4,7 +4,6 @@
|
||||
PeT mess@utanet.at in december 2000
|
||||
******************************************************************************/
|
||||
|
||||
#include <assert.h>
|
||||
#include "emu.h"
|
||||
#include "cpu/m6502/m65c02.h"
|
||||
|
||||
|
@ -114,7 +114,6 @@
|
||||
|
||||
*********************************************************************/
|
||||
|
||||
#include <assert.h>
|
||||
#include "emu.h"
|
||||
|
||||
#include "includes/apple2gs.h"
|
||||
|
@ -56,8 +56,6 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "emu.h"
|
||||
#include "debug/debugcon.h"
|
||||
#include "cpu/m6809/m6809.h"
|
||||
|
Loading…
Reference in New Issue
Block a user