From 5c903c6ee343b104adb1bcd9c41b808ccac260b9 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 22:25:46 -0600 Subject: [PATCH] opcodemgr.cpp cleanup --- common/opcodemgr.cpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/common/opcodemgr.cpp b/common/opcodemgr.cpp index 6e524bfa5..f7a6ad3bf 100644 --- a/common/opcodemgr.cpp +++ b/common/opcodemgr.cpp @@ -15,15 +15,13 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "debug.h" -#include -#include "opcodemgr.h" -#include "debug.h" -#include "emu_opcodes.h" -#include -#include +#include "emu_opcodes.h" +#include "opcodemgr.h" + +#include #include +#include #include OpcodeManager::OpcodeManager() {