diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-09 15:06:49 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-09 15:07:59 +0200 | 
| commit | c68bd5a5fe54ae9671cb03fae1fbb21fd6b621a8 (patch) | |
| tree | 663f5e7c2fd915a0e2cb99ef6fa67b09b8bbb9a8 /opentrack-logic | |
| parent | 40a00851315e193f19ab71e516fbb4c135f44f03 (diff) | |
spline-widget: only rename files
Adjust usages.
Diffstat (limited to 'opentrack-logic')
| -rw-r--r-- | opentrack-logic/mappings.hpp | 2 | ||||
| -rw-r--r-- | opentrack-logic/tracker.h | 2 | 
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" | 
