diff options
author | 2018-11-03 08:31:55 +0100 | |
---|---|---|
committer | 2018-11-03 08:31:55 +0100 | |
commit | 7f1a4e590b0a2312e8de29ec37e0634339c6ec99 (patch) | |
tree | 52b44aa50fc3fcaed5c9bf871c288b3d099a66d4 | |
parent | 62285a49c8c7a3bb92550ea7ddc9b0e7e28e12dd (diff) |
Remove emu.h from emucore (nw)
-rw-r--r-- | src/emu/emualloc.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/emualloc.cpp b/src/emu/emualloc.cpp index c15f6db7bf4..60bbc11f01f 100644 --- a/src/emu/emualloc.cpp +++ b/src/emu/emualloc.cpp @@ -8,8 +8,7 @@ ***************************************************************************/ -#include "emu.h" - +#include "emucore.h" //************************************************************************** // DEBUGGING |