| Previous | 199869 Revisions | Next |
| r36492 Friday 20th March, 2015 at 10:36:49 UTC by Oliver Stöneberg |
|---|
| removed unnecessary assert.h includes (nw) including global one for Visual Studio |
| [src/lib/formats] | ap2_dsk.c ap_dsk35.c basicdsk.c cassimg.c coco_dsk.c flopimg.c ti99_dsk.c z80ne_dsk.c |
| [src/lib/util] | flac.c opresolv.c |
| [src/mess/tools/castool] | main.c |
| [src/mess/tools/floptool] | main.c |
| [src/mess/tools/imgtool] | imgterrs.c |
| [src/osd/windows] | winprefix.h |
| r245003 | r245004 | |
|---|---|---|
| 8 | 8 | |
| 9 | 9 | #include <stdlib.h> |
| 10 | 10 | #include <string.h> |
| 11 | #include <assert.h> | |
| 12 | 11 | |
| 13 | 12 | #include "ap2_dsk.h" |
| 14 | 13 | #include "basicdsk.h" |
| r245003 | r245004 | |
|---|---|---|
| 97 | 97 | *********************************************************************/ |
| 98 | 98 | |
| 99 | 99 | #include <stdio.h> |
| 100 | #include <assert.h> | |
| 101 | 100 | |
| 102 | 101 | #include "emu.h" |
| 103 | 102 | #include "ap_dsk35.h" |
| r245003 | r245004 | |
|---|---|---|
| 8 | 8 | |
| 9 | 9 | #include <stdlib.h> |
| 10 | 10 | #include <string.h> |
| 11 | #include <assert.h> | |
| 12 | 11 | |
| 13 | 12 | #include "basicdsk.h" |
| 14 | 13 |
| r245003 | r245004 | |
|---|---|---|
| 6 | 6 | |
| 7 | 7 | *********************************************************************/ |
| 8 | 8 | |
| 9 | #include <assert.h> | |
| 10 | 9 | #include <string.h> |
| 11 | 10 | |
| 12 | 11 | #include "imageutl.h" |
| r245003 | r245004 | |
|---|---|---|
| 7 | 7 | *********************************************************************/ |
| 8 | 8 | |
| 9 | 9 | #include <string.h> |
| 10 | #include <assert.h> | |
| 11 | 10 | #include <time.h> |
| 12 | 11 | |
| 13 | 12 | #include "formats/coco_dsk.h" |
| r245003 | r245004 | |
|---|---|---|
| 10 | 10 | #include <string.h> |
| 11 | 11 | #include <stdio.h> |
| 12 | 12 | #include <ctype.h> |
| 13 | #include <assert.h> | |
| 14 | 13 | #include <limits.h> |
| 15 | 14 | |
| 16 | 15 | #include "emu.h" |
| r245003 | r245004 | |
|---|---|---|
| 43 | 43 | |
| 44 | 44 | #include "emu.h" |
| 45 | 45 | #include <string.h> |
| 46 | #include <assert.h> | |
| 47 | 46 | #include <time.h> |
| 48 | 47 | |
| 49 | 48 | #include "imageutl.h" |
| r245003 | r245004 | |
|---|---|---|
| 6 | 6 | |
| 7 | 7 | *********************************************************************/ |
| 8 | 8 | |
| 9 | #include <assert.h> | |
| 10 | 9 | #include "z80ne_dsk.h" |
| 11 | 10 | #include "basicdsk.h" |
| 12 | 11 | #include "imageutl.h" |
| r245003 | r245004 | |
|---|---|---|
| 9 | 9 | ***************************************************************************/ |
| 10 | 10 | |
| 11 | 11 | #include "flac.h" |
| 12 | #include <assert.h> | |
| 13 | 12 | #include <new> |
| 14 | 13 | |
| 15 | 14 |
| r245003 | r245004 | |
|---|---|---|
| 6 | 6 | |
| 7 | 7 | ****************************************************************************/ |
| 8 | 8 | |
| 9 | #include <assert.h> | |
| 10 | 9 | #include <ctype.h> |
| 11 | 10 | #include <stdlib.h> |
| 12 | 11 | #include <string.h> |
| r245003 | r245004 | |
| 15 | 14 | #include "corestr.h" |
| 16 | 15 | #include "opresolv.h" |
| 17 | 16 | |
| 17 | #include <assert.h> | |
| 18 | ||
| 18 | 19 | enum resolution_entry_state |
| 19 | 20 | { |
| 20 | 21 | RESOLUTION_ENTRY_STATE_UNSPECIFIED, |
| r245003 | r245004 | |
|---|---|---|
| 15 | 15 | #include <ctype.h> |
| 16 | 16 | #include <stdlib.h> |
| 17 | 17 | #include <time.h> |
| 18 | #include <assert.h> | |
| 19 | 18 | |
| 20 | 19 | #include "corestr.h" |
| 21 | 20 |
| r245003 | r245004 | |
|---|---|---|
| 15 | 15 | #include <ctype.h> |
| 16 | 16 | #include <stdlib.h> |
| 17 | 17 | #include <time.h> |
| 18 | #include <assert.h> | |
| 19 | 18 | #include <stdarg.h> |
| 20 | 19 | |
| 21 | 20 | #include "corestr.h" |
| r245003 | r245004 | |
|---|---|---|
| 6 | 6 | |
| 7 | 7 | ***************************************************************************/ |
| 8 | 8 | |
| 9 | #include <assert.h> | |
| 10 | 9 | #include "imgterrs.h" |
| 11 | 10 | #include "osdcomm.h" |
| 11 | #include <assert.h> | |
| 12 | 12 | |
| 13 | 13 | static const char *const msgs[] = |
| 14 | 14 | { |
| r245003 | r245004 | |
|---|---|---|
| 11 | 11 | #endif |
| 12 | 12 | |
| 13 | 13 | #ifdef _MSC_VER |
| 14 | #include <assert.h> | |
| 15 | 14 | #include <malloc.h> |
| 16 | 15 | #if _MSC_VER < 1900 // < VS2015 |
| 17 | 16 | #define snprintf _snprintf |
| https://github.com/mamedev/mame/commit/2849b81c5dea11960c65f5c5fe2a1abf75dc5686 |
| Previous | 199869 Revisions | Next |