mirror of
https://github.com/holub/mame
synced 2025-05-26 07:41:28 +03:00
(nw)
This commit is contained in:
parent
736dabbca7
commit
634199ff6e
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user