diff options
author | 2016-04-08 03:27:34 +0200 | |
---|---|---|
committer | 2016-04-08 03:30:12 +0200 | |
commit | 632b10cd0ec304c0367321a5be62164d00b18ff1 (patch) | |
tree | 3eedc6c641eab298cd7be64e8952725213132175 /src/osd/modules/render/bgfx/chainentryreader.cpp | |
parent | bc936dbc261a5eeb1400bdf0d0bc945577470905 (diff) |
Fix SDL compile on linux. Took the opportunity to remove a number of
"emu.h" includes from src/osd/modules/render/bgfx code.
There is still a conflict between mame memory.h and bgfx memory.h to be
resolved.
Diffstat (limited to 'src/osd/modules/render/bgfx/chainentryreader.cpp')
-rw-r--r-- | src/osd/modules/render/bgfx/chainentryreader.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osd/modules/render/bgfx/chainentryreader.cpp b/src/osd/modules/render/bgfx/chainentryreader.cpp index 0aa7085cb7f..057e2279eee 100644 --- a/src/osd/modules/render/bgfx/chainentryreader.cpp +++ b/src/osd/modules/render/bgfx/chainentryreader.cpp @@ -8,8 +8,6 @@ #include <string> -#include "emu.h" -#include "rendutil.h" #include <modules/render/copyutil.h> #include <modules/lib/osdobj_common.h> |