diff --git a/src/mame/drivers/interpro.cpp b/src/mame/drivers/interpro.cpp index 23195e9656f..295e49af7ff 100644 --- a/src/mame/drivers/interpro.cpp +++ b/src/mame/drivers/interpro.cpp @@ -1,9 +1,10 @@ // license:BSD-3-Clause // copyright-holders:Patrick Mackinlay +#include "emu.h" + #define NEW_SCSI 0 -#include "emu.h" #include "includes/interpro.h" #include "debugger.h" diff --git a/src/mame/machine/cammu.cpp b/src/mame/machine/cammu.cpp index 9e44785a7a9..f62bfa167be 100644 --- a/src/mame/machine/cammu.cpp +++ b/src/mame/machine/cammu.cpp @@ -18,10 +18,11 @@ * - bus errors */ +#include "emu.h" + #define VERBOSE 0 #define DTU 1 // enable preliminary/incomplete address translation -#include "emu.h" #include "cammu.h" // each variant of the cammu has different registers and a different addressing map