This commit is contained in:
R. Belmont 2012-02-13 23:38:49 +00:00
parent 736dabbca7
commit 634199ff6e
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,6 @@
//
//============================================================
// standard sdl header
#include "sdlinc.h"
#ifdef SDLMAME_UNIX
#ifndef SDLMAME_MACOSX
@ -36,6 +34,8 @@
#include <os2.h>
#endif
#include "sdlinc.h"
// MAME headers
#include "osdepend.h"
#include "emu.h"

View File

@ -9,8 +9,6 @@
//
//============================================================
#include "sdlinc.h"
#ifdef SDLMAME_X11
#include <X11/extensions/Xinerama.h>
#endif
@ -37,6 +35,8 @@
#include <os2.h>
#endif
#include "sdlinc.h"
// MAME headers
#include "emu.h"
#include "rendutil.h"