summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/chainmanager.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2016-04-10 04:46:13 +0200
committer couriersud <couriersud@arcor.de>2016-04-10 04:46:23 +0200
commita107408a08a0c61436cb2d9a25b58e13aa93ed1e (patch)
treec707f4adfb3e6e1ad6f0b21309ed9eb030d51f31 /src/osd/modules/render/bgfx/chainmanager.cpp
parent4c213701637dfb6385b15aeac8156ecf7faeba94 (diff)
Fix compile on linux and windows.
Diffstat (limited to 'src/osd/modules/render/bgfx/chainmanager.cpp')
-rw-r--r--src/osd/modules/render/bgfx/chainmanager.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/osd/modules/render/bgfx/chainmanager.cpp b/src/osd/modules/render/bgfx/chainmanager.cpp
index f356dc5545b..ad12d0c6758 100644
--- a/src/osd/modules/render/bgfx/chainmanager.cpp
+++ b/src/osd/modules/render/bgfx/chainmanager.cpp
@@ -8,18 +8,6 @@
// by chain.h and read by chainreader.h
//
//============================================================
-// TODO: RH 10 Apr. 2016 12:43 - hire assassin to deal with team member who made this #include chicanery necessary
-#if defined(SDLMAME_WIN32) || defined(OSD_WINDOWS)
-// standard windows headers
-#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
-#if defined(SDLMAME_WIN32)
-#include <SDL2/SDL_syswm.h>
-#endif
-//#else
-//#include "sdlinc.h"
-//#endif
-#endif
#include "emu.h"
#include "osdcore.h"