From f7f4b2126e4faefcd18155d84750e11e45e9d421 Mon Sep 17 00:00:00 2001 From: smf- Date: Sun, 14 May 2017 16:49:49 +0100 Subject: Revert "reordering the #include lets you build this file with latest mingw headers (nw)" This reverts commit c3b10caf4e83135756ce400ec39d1b10b7d97b93. --- src/osd/osdsync.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/osd/osdsync.cpp') diff --git a/src/osd/osdsync.cpp b/src/osd/osdsync.cpp index 44218593fd8..12253f2acbd 100644 --- a/src/osd/osdsync.cpp +++ b/src/osd/osdsync.cpp @@ -5,11 +5,6 @@ // osdsync.c - OSD core work item functions // //============================================================ -#include -#include -#include -#include -#include #if defined(OSD_WINDOWS) || defined(SDLMAME_WIN32) // standard windows headers #include @@ -21,6 +16,11 @@ #include #endif #endif +#include +#include +#include +#include +#include // MAME headers #include "osdcore.h" #include "osdsync.h" -- cgit v1.2.3