diff options
author | 2015-01-31 16:39:08 +0100 | |
---|---|---|
committer | 2015-01-31 16:39:08 +0100 | |
commit | d904c86c94a06f3d62695392e37d24da0cb900aa (patch) | |
tree | de1d05c073da5205236185b225659fa55b67ae2d /src/emu/emucore.h | |
parent | af11b691cb467c47d0270cbf3726c64693fb6228 (diff) |
Removed sstream include. (nw)
Diffstat (limited to 'src/emu/emucore.h')
-rw-r--r-- | src/emu/emucore.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/emucore.h b/src/emu/emucore.h index f6a3ff67748..23f8808a739 100644 --- a/src/emu/emucore.h +++ b/src/emu/emucore.h @@ -21,8 +21,6 @@ #include <stdlib.h> #include <stdarg.h> -#include <sstream> - // some cleanups for Solaris for things defined in stdlib.h #ifdef SDLMAME_SOLARIS #undef si_status |