summaryrefslogtreecommitdiffhomepage
path: root/opentrack-logic
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack-logic')
-rw-r--r--opentrack-logic/mappings.hpp2
-rw-r--r--opentrack-logic/tracker.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/opentrack-logic/mappings.hpp b/opentrack-logic/mappings.hpp
index 8e7d3b35..9475ecb4 100644
--- a/opentrack-logic/mappings.hpp
+++ b/opentrack-logic/mappings.hpp
@@ -10,7 +10,7 @@
#include <QSettings>
#include "opentrack-compat/options.hpp"
using namespace options;
-#include "spline-widget/functionconfig.h"
+#include "spline-widget/spline.hpp"
#include "main-settings.hpp"
class Mapping {
diff --git a/opentrack-logic/tracker.h b/opentrack-logic/tracker.h
index 58b478bb..91ac3f2f 100644
--- a/opentrack-logic/tracker.h
+++ b/opentrack-logic/tracker.h
@@ -17,7 +17,7 @@
#include "simple-mat.hpp"
#include "selected-libraries.hpp"
-#include "spline-widget/functionconfig.h"
+#include "spline-widget/spline.hpp"
#include "main-settings.hpp"
#include "opentrack-compat/options.hpp"
#include "tracklogger.hpp"