summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2017-02-11 18:23:11 +0100
committer Olivier Galibert <galibert@pobox.com>2017-02-11 18:31:20 +0100
commita2557f1b02478c5aaa1fdfa00204ac2e219319a1 (patch)
tree6f1693d59aa53be8c76ffe3bcf7fbc72f8546453 /src/devices/bus/comx35
parentc49b631153be9efc3a7e7b6172c17f5418843c0b (diff)
Remove emu.h from headers (nw)
Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude.
Diffstat (limited to 'src/devices/bus/comx35')
-rw-r--r--src/devices/bus/comx35/clm.cpp1
-rw-r--r--src/devices/bus/comx35/clm.h1
-rw-r--r--src/devices/bus/comx35/eprom.cpp1
-rw-r--r--src/devices/bus/comx35/eprom.h1
-rw-r--r--src/devices/bus/comx35/exp.cpp1
-rw-r--r--src/devices/bus/comx35/exp.h1
-rw-r--r--src/devices/bus/comx35/expbox.cpp1
-rw-r--r--src/devices/bus/comx35/fdc.cpp1
-rw-r--r--src/devices/bus/comx35/fdc.h1
-rw-r--r--src/devices/bus/comx35/joycard.cpp1
-rw-r--r--src/devices/bus/comx35/joycard.h1
-rw-r--r--src/devices/bus/comx35/printer.cpp1
-rw-r--r--src/devices/bus/comx35/printer.h1
-rw-r--r--src/devices/bus/comx35/ram.cpp1
-rw-r--r--src/devices/bus/comx35/ram.h1
-rw-r--r--src/devices/bus/comx35/thermal.cpp1
-rw-r--r--src/devices/bus/comx35/thermal.h1
17 files changed, 9 insertions, 8 deletions
diff --git a/src/devices/bus/comx35/clm.cpp b/src/devices/bus/comx35/clm.cpp
index 54bcf10255d..47e4f9bc93f 100644
--- a/src/devices/bus/comx35/clm.cpp
+++ b/src/devices/bus/comx35/clm.cpp
@@ -44,6 +44,7 @@ Notes:
*/
+#include "emu.h"
#include "clm.h"
diff --git a/src/devices/bus/comx35/clm.h b/src/devices/bus/comx35/clm.h
index 0890c307391..7230cece942 100644
--- a/src/devices/bus/comx35/clm.h
+++ b/src/devices/bus/comx35/clm.h
@@ -11,7 +11,6 @@
#ifndef __COMX_CLM__
#define __COMX_CLM__
-#include "emu.h"
#include "exp.h"
#include "video/mc6845.h"
diff --git a/src/devices/bus/comx35/eprom.cpp b/src/devices/bus/comx35/eprom.cpp
index 9261e27b970..9bd790e620e 100644
--- a/src/devices/bus/comx35/eprom.cpp
+++ b/src/devices/bus/comx35/eprom.cpp
@@ -6,6 +6,7 @@
**********************************************************************/
+#include "emu.h"
#include "eprom.h"
diff --git a/src/devices/bus/comx35/eprom.h b/src/devices/bus/comx35/eprom.h
index ae9b4ce474b..afd0e4e08d9 100644
--- a/src/devices/bus/comx35/eprom.h
+++ b/src/devices/bus/comx35/eprom.h
@@ -11,7 +11,6 @@
#ifndef __COMX_EPR__
#define __COMX_EPR__
-#include "emu.h"
#include "exp.h"
diff --git a/src/devices/bus/comx35/exp.cpp b/src/devices/bus/comx35/exp.cpp
index a8495681f21..1be1d2074e3 100644
--- a/src/devices/bus/comx35/exp.cpp
+++ b/src/devices/bus/comx35/exp.cpp
@@ -6,6 +6,7 @@
**********************************************************************/
+#include "emu.h"
#include "exp.h"
diff --git a/src/devices/bus/comx35/exp.h b/src/devices/bus/comx35/exp.h
index ec1ccb673e9..c8bec33960c 100644
--- a/src/devices/bus/comx35/exp.h
+++ b/src/devices/bus/comx35/exp.h
@@ -36,7 +36,6 @@
#ifndef __COMX35_EXPANSION_SLOT__
#define __COMX35_EXPANSION_SLOT__
-#include "emu.h"
diff --git a/src/devices/bus/comx35/expbox.cpp b/src/devices/bus/comx35/expbox.cpp
index cc38f7f81a7..0ee42ff79db 100644
--- a/src/devices/bus/comx35/expbox.cpp
+++ b/src/devices/bus/comx35/expbox.cpp
@@ -46,6 +46,7 @@ Notes:
*/
+#include "emu.h"
#include "expbox.h"
diff --git a/src/devices/bus/comx35/fdc.cpp b/src/devices/bus/comx35/fdc.cpp
index b5003e194fc..93f2b8452ef 100644
--- a/src/devices/bus/comx35/fdc.cpp
+++ b/src/devices/bus/comx35/fdc.cpp
@@ -41,6 +41,7 @@ Notes:
*/
+#include "emu.h"
#include "fdc.h"
diff --git a/src/devices/bus/comx35/fdc.h b/src/devices/bus/comx35/fdc.h
index 70ce499a2f3..ced4a012216 100644
--- a/src/devices/bus/comx35/fdc.h
+++ b/src/devices/bus/comx35/fdc.h
@@ -11,7 +11,6 @@
#ifndef __COMX_FD__
#define __COMX_FD__
-#include "emu.h"
#include "exp.h"
#include "formats/comx35_dsk.h"
#include "machine/wd_fdc.h"
diff --git a/src/devices/bus/comx35/joycard.cpp b/src/devices/bus/comx35/joycard.cpp
index 243dccc2885..48bfe63ecfc 100644
--- a/src/devices/bus/comx35/joycard.cpp
+++ b/src/devices/bus/comx35/joycard.cpp
@@ -6,6 +6,7 @@
**********************************************************************/
+#include "emu.h"
#include "joycard.h"
diff --git a/src/devices/bus/comx35/joycard.h b/src/devices/bus/comx35/joycard.h
index b171890e70e..567d2434599 100644
--- a/src/devices/bus/comx35/joycard.h
+++ b/src/devices/bus/comx35/joycard.h
@@ -11,7 +11,6 @@
#ifndef __COMX_JOY__
#define __COMX_JOY__
-#include "emu.h"
#include "exp.h"
diff --git a/src/devices/bus/comx35/printer.cpp b/src/devices/bus/comx35/printer.cpp
index 1625c5b4580..0aeb8adb7b4 100644
--- a/src/devices/bus/comx35/printer.cpp
+++ b/src/devices/bus/comx35/printer.cpp
@@ -6,6 +6,7 @@
**********************************************************************/
+#include "emu.h"
#include "printer.h"
#include "bus/centronics/printer.h"
diff --git a/src/devices/bus/comx35/printer.h b/src/devices/bus/comx35/printer.h
index 63cd21f3ae5..887abaa13d6 100644
--- a/src/devices/bus/comx35/printer.h
+++ b/src/devices/bus/comx35/printer.h
@@ -11,7 +11,6 @@
#ifndef __COMX_PRN__
#define __COMX_PRN__
-#include "emu.h"
#include "exp.h"
#include "machine/buffer.h"
#include "bus/centronics/ctronics.h"
diff --git a/src/devices/bus/comx35/ram.cpp b/src/devices/bus/comx35/ram.cpp
index 395dfb1e1c0..2b6ab934237 100644
--- a/src/devices/bus/comx35/ram.cpp
+++ b/src/devices/bus/comx35/ram.cpp
@@ -6,6 +6,7 @@
**********************************************************************/
+#include "emu.h"
#include "ram.h"
diff --git a/src/devices/bus/comx35/ram.h b/src/devices/bus/comx35/ram.h
index 848b38ccfdf..fc6af702fa3 100644
--- a/src/devices/bus/comx35/ram.h
+++ b/src/devices/bus/comx35/ram.h
@@ -11,7 +11,6 @@
#ifndef __COMX_RAM__
#define __COMX_RAM__
-#include "emu.h"
#include "exp.h"
diff --git a/src/devices/bus/comx35/thermal.cpp b/src/devices/bus/comx35/thermal.cpp
index 82d4ab51fb2..a44a38bae96 100644
--- a/src/devices/bus/comx35/thermal.cpp
+++ b/src/devices/bus/comx35/thermal.cpp
@@ -6,6 +6,7 @@
**********************************************************************/
+#include "emu.h"
#include "thermal.h"
diff --git a/src/devices/bus/comx35/thermal.h b/src/devices/bus/comx35/thermal.h
index 111a6a64848..08b46ba6945 100644
--- a/src/devices/bus/comx35/thermal.h
+++ b/src/devices/bus/comx35/thermal.h
@@ -11,7 +11,6 @@
#ifndef __COMX_THM__
#define __COMX_THM__
-#include "emu.h"
#include "exp.h"