removed unnecessary assert.h includes (nw)

including global one for Visual Studio
This commit is contained in:
Oliver Stöneberg 2015-03-20 11:36:49 +01:00
parent d214223b18
commit 2849b81c5d
14 changed files with 3 additions and 14 deletions

View File

@ -8,7 +8,6 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "ap2_dsk.h"
#include "basicdsk.h"

View File

@ -97,7 +97,6 @@
*********************************************************************/
#include <stdio.h>
#include <assert.h>
#include "emu.h"
#include "ap_dsk35.h"

View File

@ -8,7 +8,6 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "basicdsk.h"

View File

@ -6,7 +6,6 @@
*********************************************************************/
#include <assert.h>
#include <string.h>
#include "imageutl.h"

View File

@ -7,7 +7,6 @@
*********************************************************************/
#include <string.h>
#include <assert.h>
#include <time.h>
#include "formats/coco_dsk.h"

View File

@ -10,7 +10,6 @@
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <assert.h>
#include <limits.h>
#include "emu.h"

View File

@ -43,7 +43,6 @@
#include "emu.h"
#include <string.h>
#include <assert.h>
#include <time.h>
#include "imageutl.h"

View File

@ -6,7 +6,6 @@
*********************************************************************/
#include <assert.h>
#include "z80ne_dsk.h"
#include "basicdsk.h"
#include "imageutl.h"

View File

@ -9,7 +9,6 @@
***************************************************************************/
#include "flac.h"
#include <assert.h>
#include <new>

View File

@ -6,7 +6,6 @@
****************************************************************************/
#include <assert.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
@ -15,6 +14,8 @@
#include "corestr.h"
#include "opresolv.h"
#include <assert.h>
enum resolution_entry_state
{
RESOLUTION_ENTRY_STATE_UNSPECIFIED,

View File

@ -15,7 +15,6 @@
#include <ctype.h>
#include <stdlib.h>
#include <time.h>
#include <assert.h>
#include "corestr.h"

View File

@ -15,7 +15,6 @@
#include <ctype.h>
#include <stdlib.h>
#include <time.h>
#include <assert.h>
#include <stdarg.h>
#include "corestr.h"

View File

@ -6,9 +6,9 @@
***************************************************************************/
#include <assert.h>
#include "imgterrs.h"
#include "osdcomm.h"
#include <assert.h>
static const char *const msgs[] =
{

View File

@ -11,7 +11,6 @@
#endif
#ifdef _MSC_VER
#include <assert.h>
#include <malloc.h>
#if _MSC_VER < 1900 // < VS2015
#define snprintf _snprintf