summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2016-04-09 23:43:07 +0200
committer couriersud <couriersud@arcor.de>2016-04-09 23:45:41 +0200
commitdb1e7f6b076cd092fccd70f3311e40499725281c (patch)
tree8635fa0c713519f08efb21d028d6c1f0df67c0d8 /src
parentc091005ca4df18f77ed72baf4f1d311754e28426 (diff)
Include modules/osdwindow.h instead of window.h.
Diffstat (limited to 'src')
-rw-r--r--src/osd/modules/render/bgfx/chain.cpp2
-rw-r--r--src/osd/modules/render/bgfx/chainmanager.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/modules/render/bgfx/chain.cpp b/src/osd/modules/render/bgfx/chain.cpp
index 26d18198169..3cc6e022573 100644
--- a/src/osd/modules/render/bgfx/chain.cpp
+++ b/src/osd/modules/render/bgfx/chain.cpp
@@ -17,7 +17,7 @@
#include "targetmanager.h"
#include "target.h"
#include "vertex.h"
-#include "window.h"
+#include "modules/osdwindow.h"
#include "chain.h"
diff --git a/src/osd/modules/render/bgfx/chainmanager.cpp b/src/osd/modules/render/bgfx/chainmanager.cpp
index e9211baf584..cd2f14e2933 100644
--- a/src/osd/modules/render/bgfx/chainmanager.cpp
+++ b/src/osd/modules/render/bgfx/chainmanager.cpp
@@ -10,7 +10,7 @@
//============================================================
#include "emu.h"
-#include "window.h"
+#include "modules/osdwindow.h"
#include "osdcore.h"
#include <rapidjson/document.h>
@@ -469,4 +469,4 @@ slider_state* chain_manager::get_slider_list()
}
return listhead;
-} \ No newline at end of file
+}