diff options
author | 2015-11-11 16:31:18 +0100 | |
---|---|---|
committer | 2015-11-11 16:31:18 +0100 | |
commit | d1dc775f9b686170416fbca6a615fbea108d0ff1 (patch) | |
tree | 64c9053aa0ac1c0d9b15a5d628d5a2ca8e296db8 /src/emu/emualloc.cpp | |
parent | 7c7e62455e91e9eae51577cd06c4fd38858a3d50 (diff) |
Some cleanups and init fixes with help of ReSharper C++ (nw)
Diffstat (limited to 'src/emu/emualloc.cpp')
-rw-r--r-- | src/emu/emualloc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/emualloc.cpp b/src/emu/emualloc.cpp index 566176ce39a..02642b44922 100644 --- a/src/emu/emualloc.cpp +++ b/src/emu/emualloc.cpp @@ -9,7 +9,6 @@ ***************************************************************************/ #include "emucore.h" -#include "coreutil.h" //************************************************************************** |