diff options
Diffstat (limited to 'src/emu/emucore.c')
-rw-r--r-- | src/emu/emucore.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/emu/emucore.c b/src/emu/emucore.c index 869e68949ba..feea859693e 100644 --- a/src/emu/emucore.c +++ b/src/emu/emucore.c @@ -9,9 +9,3 @@ Visit http://mamedev.org for licensing and usage restrictions. ****************************************************************************/ - -#include "emucore.h" -#include <ctype.h> - -/* a giant string buffer for temporary strings */ -char giant_string_buffer[GIANT_STRING_BUFFER_SIZE] = { 0 }; |