summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/deprecat.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-05-01 13:52:28 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-05-01 13:52:28 +0000
commita910dafd37ea14c420db197579eb9bd4fe440950 (patch)
tree6f61525d183da63afbe5443c5d082eca025d0727 /src/emu/deprecat.h
parent78f2c757513ca4ebc64488a6a3d27dd3f66fe684 (diff)
From: Atari Ace [mailto:atari_ace@verizon.net]
Subject: [patch] Small deprecat.h related cleanup Hi mamedev, While doing some work on eliminating some uses of deprecat.h, I came across a few files that didn't have it that used deprecated features. A little investigation revealed they were getting it through debugger.h, typically by referencing m68000.h. Since deprecat.h is intended to document the files that need updating (otherwise it would just be included in a common header), I reworked debugger.h to not import it when the debugger is not enabled, and fixed the files that broke as a result. ~aa
Diffstat (limited to 'src/emu/deprecat.h')
-rw-r--r--src/emu/deprecat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/deprecat.h b/src/emu/deprecat.h
index e01b74676ad..17a75cede01 100644
--- a/src/emu/deprecat.h
+++ b/src/emu/deprecat.h
@@ -15,6 +15,7 @@
#ifndef __DEPRECAT_H__
#define __DEPRECAT_H__
+#include "mamecore.h"
/*************************************