From 41eebe0564db988ed0547e7920e69ef890ea2408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 11 Jan 2008 01:13:37 +0000 Subject: [PATCH] toscalls.h after other headers. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23375 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/atari_m68k/devices.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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