diff --git a/src/system/boot/platform/atari_m68k/devices.cpp b/src/system/boot/platform/atari_m68k/devices.cpp index 61a8e1a96c..fb7b777830 100644 --- a/src/system/boot/platform/atari_m68k/devices.cpp +++ b/src/system/boot/platform/atari_m68k/devices.cpp @@ -4,8 +4,6 @@ */ -#include "toscalls.h" - #include #include #include @@ -14,6 +12,8 @@ #include +#include "toscalls.h" + //#define TRACE_DEVICES #ifdef TRACE_DEVICES # define TRACE(x) dprintf x