summaryrefslogtreecommitdiffhomepage
path: root/logic
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-03-28 10:49:19 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-03-28 11:01:31 +0200
commit783739a2f3599e00869f907ed1747491b35486b1 (patch)
tree1b1e5179c30e9feb711ce1e678f5236d97fe1789 /logic
parent8c2ed1d36e1a9d7c0eeabea40f8229d1aa6774d1 (diff)
rename spline-widget -> spline
Adjust usages.
Diffstat (limited to 'logic')
-rw-r--r--logic/CMakeLists.txt2
-rw-r--r--logic/mappings.hpp2
-rw-r--r--logic/tracker.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/logic/CMakeLists.txt b/logic/CMakeLists.txt
index ddbb9509..f3f128af 100644
--- a/logic/CMakeLists.txt
+++ b/logic/CMakeLists.txt
@@ -1,5 +1,5 @@
otr_module(logic BIN)
-target_link_libraries(opentrack-logic opentrack-spline-widget)
+target_link_libraries(opentrack-logic opentrack-spline)
if(NOT WIN32)
target_link_libraries(opentrack-logic opentrack-qxt-mini)
else()
diff --git a/logic/mappings.hpp b/logic/mappings.hpp
index fdbac460..6d028c10 100644
--- a/logic/mappings.hpp
+++ b/logic/mappings.hpp
@@ -10,7 +10,7 @@
#include "export.hpp"
#include "options/options.hpp"
using namespace options;
-#include "spline-widget/spline.hpp"
+#include "spline/spline.hpp"
#include "main-settings.hpp"
struct OPENTRACK_LOGIC_EXPORT Map final
diff --git a/logic/tracker.h b/logic/tracker.h
index 6ba5dc70..6b9b07ee 100644
--- a/logic/tracker.h
+++ b/logic/tracker.h
@@ -16,7 +16,7 @@
#include "compat/euler.hpp"
#include "selected-libraries.hpp"
-#include "spline-widget/spline.hpp"
+#include "spline/spline.hpp"
#include "main-settings.hpp"
#include "options/options.hpp"
#include "tracklogger.hpp"