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/mame.cpp | |
| parent | 7c7e62455e91e9eae51577cd06c4fd38858a3d50 (diff) | |
Some cleanups and init fixes with help of ReSharper C++ (nw)
Diffstat (limited to 'src/emu/mame.cpp')
| -rw-r--r-- | src/emu/mame.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/emu/mame.cpp b/src/emu/mame.cpp index 220ced70a7a..8ec83710330 100644 --- a/src/emu/mame.cpp +++ b/src/emu/mame.cpp @@ -73,15 +73,7 @@ #include "emu.h" #include "emuopts.h" #include "osdepend.h" -#include "config.h" -#include "debugger.h" -#include "render.h" -#include "cheat.h" -#include "ui/ui.h" -#include "uiinput.h" -#include "crsshair.h" #include "validity.h" -#include "debug/debugcon.h" #include "luaengine.h" #include <time.h> |
