summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cr16c/cr16cdasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/cr16c/cr16cdasm.cpp')
-rw-r--r--src/devices/cpu/cr16c/cr16cdasm.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/devices/cpu/cr16c/cr16cdasm.cpp b/src/devices/cpu/cr16c/cr16cdasm.cpp
index 733f2d538f1..c54f2473c6c 100644
--- a/src/devices/cpu/cr16c/cr16cdasm.cpp
+++ b/src/devices/cpu/cr16c/cr16cdasm.cpp
@@ -10,15 +10,9 @@
***************************************************************************/
-#include "util/disasmintf.h"
+#include "emu.h"
#include "cr16cdasm.h"
-#include "util/strformat.h"
-
-using osd::u32;
-using util::BIT;
-using offs_t = u32;
-
cr16c_disassembler::cr16c_disassembler()
: util::disasm_interface()
{