summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-11-05 19:28:28 +1100
committer Vas Crabb <vas@vastheman.com>2019-11-05 19:28:28 +1100
commit2012b38e1e7cb669ddecf684d0cbdb8c2d214292 (patch)
treebd23d8d4a01a6e0bb7b4366e085aae67bbeafb94 /src/mame/machine
parent76a2e99d6bb80aaf515b8da699255c87498f7ca0 (diff)
(nw) be strictly POSIX compliant, reduce fragmentation, get rid of an unused member
Diffstat (limited to 'src/mame/machine')
-rw-r--r--src/mame/machine/3dom2.cpp3
-rw-r--r--src/mame/machine/3dom2.h10
2 files changed, 7 insertions, 6 deletions
diff --git a/src/mame/machine/3dom2.cpp b/src/mame/machine/3dom2.cpp
index 4f838634c9d..b984da8b1ab 100644
--- a/src/mame/machine/3dom2.cpp
+++ b/src/mame/machine/3dom2.cpp
@@ -8,9 +8,8 @@
#include "emu.h"
#include "3dom2.h"
-#include <algorithm> // std::min
-#include "screen.h"
+#include <algorithm> // std::min
//**************************************************************************
diff --git a/src/mame/machine/3dom2.h b/src/mame/machine/3dom2.h
index ed6eabd425b..427dad3073e 100644
--- a/src/mame/machine/3dom2.h
+++ b/src/mame/machine/3dom2.h
@@ -8,17 +8,19 @@
***************************************************************************/
-#pragma once
-
#ifndef MAME_MACHINE_3DOM2_H
#define MAME_MACHINE_3DOM2_H
-#include "emu.h"
+#pragma once
+
+#include "video/3dom2_te.h"
+
#include "cpu/dspp/dspp.h"
#include "cpu/powerpc/ppc.h"
-#include "video/3dom2_te.h"
+
#include "screen.h"
+
#define M2_BAD_TIMING 0 // HACK
/***************************************************************************