mirror of
https://github.com/holub/mame
synced 2025-04-29 19:37:17 +03:00
removed a few more unnecessary assert.h includes (nw)
This commit is contained in:
parent
2849b81c5d
commit
9f29fc0916
@ -7,7 +7,6 @@
|
|||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#include "wavfile.h"
|
#include "wavfile.h"
|
||||||
#include "cassimg.h"
|
#include "cassimg.h"
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#include "corestr.h"
|
#include "corestr.h"
|
||||||
#include "formats/flopimg.h"
|
#include "formats/flopimg.h"
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#define LIBRARY_H
|
#define LIBRARY_H
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#include "corestr.h"
|
#include "corestr.h"
|
||||||
#include "opresolv.h"
|
#include "opresolv.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user