summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/irobot.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/machine/irobot.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/machine/irobot.c')
-rw-r--r--src/mame/machine/irobot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/irobot.c b/src/mame/machine/irobot.c
index aa57ac76642..dd1f523dd52 100644
--- a/src/mame/machine/irobot.c
+++ b/src/mame/machine/irobot.c
@@ -7,7 +7,7 @@
#include "driver.h"
#include "profiler.h"
#include "cpu/m6809/m6809.h"
-#include "irobot.h"
+#include "includes/irobot.h"
/* Note:
* There's probably something wrong with the way the Mathbox gets started.