summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Oliver Stöneberg <oliverst@online.de>2015-03-20 11:39:41 +0100
committer Oliver Stöneberg <oliverst@online.de>2015-03-20 11:39:41 +0100
commit9f29fc0916ea0e39150572194fb99b0d45f77a7c (patch)
treeff1ffe22144d5650a8ca4864002e3006761e9e75 /src
parent2849b81c5dea11960c65f5c5fe2a1abf75dc5686 (diff)
removed a few more unnecessary assert.h includes (nw)
Diffstat (limited to 'src')
-rw-r--r--src/lib/formats/wavfile.c1
-rw-r--r--src/mess/tools/imgtool/imgtool.h1
-rw-r--r--src/mess/tools/imgtool/library.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/formats/wavfile.c b/src/lib/formats/wavfile.c
index e332110fbff..c02f9634119 100644
--- a/src/lib/formats/wavfile.c
+++ b/src/lib/formats/wavfile.c
@@ -7,7 +7,6 @@
*********************************************************************/
#include <stdio.h>
-#include <assert.h>
#include "wavfile.h"
#include "cassimg.h"
diff --git a/src/mess/tools/imgtool/imgtool.h b/src/mess/tools/imgtool/imgtool.h
index 459712fbed5..43d1ffe1017 100644
--- a/src/mess/tools/imgtool/imgtool.h
+++ b/src/mess/tools/imgtool/imgtool.h
@@ -11,7 +11,6 @@
#include <stdlib.h>
#include <stdio.h>
-#include <assert.h>
#include "corestr.h"
#include "formats/flopimg.h"
diff --git a/src/mess/tools/imgtool/library.h b/src/mess/tools/imgtool/library.h
index dde2d57ed18..ff9113c748d 100644
--- a/src/mess/tools/imgtool/library.h
+++ b/src/mess/tools/imgtool/library.h
@@ -16,7 +16,6 @@
#define LIBRARY_H
#include <time.h>
-#include <assert.h>
#include "corestr.h"
#include "opresolv.h"