summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/chainmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfx/chainmanager.cpp')
-rw-r--r--src/osd/modules/render/bgfx/chainmanager.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/osd/modules/render/bgfx/chainmanager.cpp b/src/osd/modules/render/bgfx/chainmanager.cpp
index 08ea0d901b3..7a013fdd4d8 100644
--- a/src/osd/modules/render/bgfx/chainmanager.cpp
+++ b/src/osd/modules/render/bgfx/chainmanager.cpp
@@ -9,12 +9,11 @@
//
//============================================================
-#include "emu.h"
-#include "window.h"
-
#include <rapidjson/document.h>
#include <rapidjson/error/en.h>
+#include "window.h"
+
#include <bx/readerwriter.h>
#include <bx/crtimpl.h>
@@ -284,4 +283,4 @@ slider_state* chain_manager::get_slider_list()
(*tailptr)->next = nullptr;
}
return listhead;
-} \ No newline at end of file
+}