From 9f29fc0916ea0e39150572194fb99b0d45f77a7c Mon Sep 17 00:00:00 2001 From: Oliver Stöneberg Date: Fri, 20 Mar 2015 11:39:41 +0100 Subject: removed a few more unnecessary assert.h includes (nw) --- src/lib/formats/wavfile.c | 1 - src/mess/tools/imgtool/imgtool.h | 1 - src/mess/tools/imgtool/library.h | 1 - 3 files changed, 3 deletions(-) (limited to 'src') 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 -#include #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 #include -#include #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 -#include #include "corestr.h" #include "opresolv.h" -- cgit v1.2.3-70-g09d2