From 96c9112785e158a267443831fe9f3fa857d60b14 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 23 May 2017 14:58:36 +1000 Subject: general cleanup: * move rarely-used output and pty interfaces out of emu.h * consolidate and de-duplicate forward declarations, also remove some obsolete ones * clean up more #include guard macros * scope down a few more things (nw) Everyone, please keep forward declarations for src/emu in src/emu/emufwd.h - this will make it far easier to keep them in sync with declarations than having them scattered through all the other files. --- src/emu/debug/debugcmd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/emu/debug/debugcmd.h') diff --git a/src/emu/debug/debugcmd.h b/src/emu/debug/debugcmd.h index dd6dda0902d..7eca669908e 100644 --- a/src/emu/debug/debugcmd.h +++ b/src/emu/debug/debugcmd.h @@ -16,8 +16,6 @@ #include "debugcpu.h" #include "debugcon.h" -class parsed_expression; -class symbol_table; class debugger_commands { -- cgit v1.2.3