summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tp84.c
diff options
context:
space:
mode:
author Phil Bennett <philipjbennett@users.noreply.github.com>2009-12-21 23:09:02 +0000
committer Phil Bennett <philipjbennett@users.noreply.github.com>2009-12-21 23:09:02 +0000
commit2fd263c18b4697eb7b1ff14364445ae604964496 (patch)
tree0919cf2762aa99cf30b4628f71e4066c85ad07a7 /src/mame/drivers/tp84.c
parent6e99f3e7c872f5f5226a54e3446de2e579dc52d5 (diff)
Removed the global "includes" include and instead specify the "includes" path in all #include occurences. [Oliver Stoneberg]
---------- Forwarded message ---------- From: Oliver Stöneberg <oliverst@online.de> Date: Sat, Dec 12, 2009 at 3:27 PM Subject: includes cleanup To: submit@mamedev.org This patch removes the global "includes" include and explcitly specifies the "includes" path in all #include occurances.
Diffstat (limited to 'src/mame/drivers/tp84.c')
-rw-r--r--src/mame/drivers/tp84.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tp84.c b/src/mame/drivers/tp84.c
index 75db6d5e960..fc73cd8e8a6 100644
--- a/src/mame/drivers/tp84.c
+++ b/src/mame/drivers/tp84.c
@@ -69,7 +69,7 @@ C004 76489 #4 trigger
#include "cpu/m6809/m6809.h"
#include "sound/sn76496.h"
#include "sound/flt_rc.h"
-#include "konamipt.h"
+#include "includes/konamipt.h"
extern UINT8 *tp84_bg_videoram;
extern UINT8 *tp84_bg_colorram;