summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-12-06 15:27:04 +0100
committer mooglyguy <therealmogminer@gmail.com>2018-12-06 15:27:04 +0100
commitcb145e8e438bc5178863b09e84acfa3b0b42daff (patch)
tree63ed528fa379508ccb22cd87194d92cbd4e526e2
parentbe47eccbb30ad90d1f0cbdfa4e1c1e45bb1539b2 (diff)
Fix build, nw
-rw-r--r--src/mame/video/midtunit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/midtunit.cpp b/src/mame/video/midtunit.cpp
index 6da22567b83..1f402c47745 100644
--- a/src/mame/video/midtunit.cpp
+++ b/src/mame/video/midtunit.cpp
@@ -10,8 +10,8 @@
#include "emu.h"
#include "midtunit.h"
#include "midtunit.ipp"
-#include "midtview.ipp"
#include "screen.h"
+#include "midtview.ipp"
DEFINE_DEVICE_TYPE(MIDTUNIT_VIDEO, midtunit_video_device, "tunitvid", "Midway T-Unit Video")
DEFINE_DEVICE_TYPE(MIDWUNIT_VIDEO, midwunit_video_device, "wunitvid", "Midway W-Unit Video")