diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-03 11:29:59 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-03 23:40:44 +0100 |
commit | e7f9a0ad3812f51fdb904b40303f6c0fec02f1a8 (patch) | |
tree | 405daf0c127714d63b06bed855d9f7aefc60c08c /logic/tracker.h | |
parent | e26830bf71ca5968fc9d9d473966ea4b75120b56 (diff) |
move simple-mat from logic to compat to simplify dependencies
Diffstat (limited to 'logic/tracker.h')
-rw-r--r-- | logic/tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/tracker.h b/logic/tracker.h index ce2279ab..7588d76f 100644 --- a/logic/tracker.h +++ b/logic/tracker.h @@ -13,7 +13,7 @@ #include "compat/timer.hpp" #include "api/plugin-support.hpp" #include "mappings.hpp" -#include "simple-mat.hpp" +#include "compat/simple-mat.hpp" #include "selected-libraries.hpp" #include "spline-widget/spline.hpp" |