summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sh4robot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sh4robot.cpp')
-rw-r--r--src/mame/drivers/sh4robot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sh4robot.cpp b/src/mame/drivers/sh4robot.cpp
index 7fb1df99e84..344edd2e13b 100644
--- a/src/mame/drivers/sh4robot.cpp
+++ b/src/mame/drivers/sh4robot.cpp
@@ -28,7 +28,7 @@
****************************************************************************/
#include "emu.h"
-#include "cpu/superh/sh4.h"
+#include "cpu/sh/sh4.h"
class sh4robot_state : public driver_device
{