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:
Miodrag Milanovic 2014-04-15 11:57:17 +00:00
parent 0c727fc6d3
commit ef9ed1da05
5 changed files with 0 additions and 6 deletions

View File

@ -10,7 +10,6 @@
#include "imagedev/floppy.h"
#include "formats/ap2_dsk.h"
#include "a2diskiing.h"
#include <assert.h>
/***************************************************************************
PARAMETERS

View File

@ -10,7 +10,6 @@
#include "imagedev/floppy.h"
#include "formats/ap2_dsk.h"
#include "wozfdc.h"
#include <assert.h>
/***************************************************************************
PARAMETERS

View File

@ -4,7 +4,6 @@
PeT mess@utanet.at in december 2000
******************************************************************************/
#include <assert.h>
#include "emu.h"
#include "cpu/m6502/m65c02.h"

View File

@ -114,7 +114,6 @@
*********************************************************************/
#include <assert.h>
#include "emu.h"
#include "includes/apple2gs.h"

View File

@ -56,8 +56,6 @@
***************************************************************************/
#include <math.h>
#include <assert.h>
#include "emu.h"
#include "debug/debugcon.h"
#include "cpu/m6809/m6809.h"