summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2017-06-27 14:50:15 +0100
committer smf- <smf-@users.noreply.github.com>2017-06-27 14:51:22 +0100
commit6d5d48d464e2bc98d8aa359969f63f30c183c505 (patch)
treeff4225f3fd1efbe025b2def39d1f8cdc657d372c
parente01d352593fea1407f61898836bf47e1a8aa3765 (diff)
emu.h has to go first (nw)
-rw-r--r--src/devices/bus/cbus/mpu_pc98.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/bus/cbus/mpu_pc98.cpp b/src/devices/bus/cbus/mpu_pc98.cpp
index b669bb8769e..c471f3169d2 100644
--- a/src/devices/bus/cbus/mpu_pc98.cpp
+++ b/src/devices/bus/cbus/mpu_pc98.cpp
@@ -6,9 +6,8 @@
***************************************************************************/
-#include "mpu_pc98.h"
-
#include "emu.h"
+#include "mpu_pc98.h"
#include "machine/pic8259.h"
#define MPU_CORE_TAG "mpu401"