removed a few more unnecessary assert.h includes (nw)

This commit is contained in:
Oliver Stöneberg 2015-03-20 11:39:41 +01:00
parent 2849b81c5d
commit 9f29fc0916
3 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@
*********************************************************************/
#include <stdio.h>
#include <assert.h>
#include "wavfile.h"
#include "cassimg.h"

View File

@ -11,7 +11,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include "corestr.h"
#include "formats/flopimg.h"

View File

@ -16,7 +16,6 @@
#define LIBRARY_H
#include <time.h>
#include <assert.h>
#include "corestr.h"
#include "opresolv.h"