summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/textbuf.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-10-12 08:37:04 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-10-12 08:37:04 +0000
commit357e36fc84fd6de27f287d0a72b705e8318dc91e (patch)
treec33bd84f26f71b6b07351c4b88ceeb5f9ff88d36 /src/emu/debug/textbuf.h
parent90eca882908458433d066369dda22f7d530c8cb7 (diff)
Eliminated osd_cpu.h.
Types are pretty much unified now. Multiply operations are handled by eminline.h. Divide operations were just silly in macros. 64/32-bit combination/extraction macros moved to osdcomm.h and renamed. Also fixed compile errors in recent 68k changes.
Diffstat (limited to 'src/emu/debug/textbuf.h')
-rw-r--r--src/emu/debug/textbuf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/debug/textbuf.h b/src/emu/debug/textbuf.h
index 82c472b2b66..64347dab179 100644
--- a/src/emu/debug/textbuf.h
+++ b/src/emu/debug/textbuf.h
@@ -12,8 +12,6 @@
#ifndef __TEXTBUF_H__
#define __TEXTBUF_H__
-#include "osd_cpu.h"
-
/***************************************************************************
TYPE DEFINITIONS