From a2557f1b02478c5aaa1fdfa00204ac2e219319a1 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sat, 11 Feb 2017 18:23:11 +0100 Subject: 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. --- src/devices/bus/dmv/k801.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/devices/bus/dmv/k801.h') diff --git a/src/devices/bus/dmv/k801.h b/src/devices/bus/dmv/k801.h index 3d0732513e9..a569dc5efab 100644 --- a/src/devices/bus/dmv/k801.h +++ b/src/devices/bus/dmv/k801.h @@ -5,7 +5,6 @@ #ifndef __DMV_K801_H__ #define __DMV_K801_H__ -#include "emu.h" #include "dmvbus.h" #include "machine/mc2661.h" #include "bus/rs232/rs232.h" -- cgit v1.2.3-70-g09d2