diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-24 17:22:30 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-24 17:22:30 +0200 |
commit | d53099d36986ca7207f507f11d8e9552340f210c (patch) | |
tree | e0931c1f79806631c9dc24953ea03706008fb070 | |
parent | 0aa16cfcd724f6907a27d9e1e57f34f0d09deb4a (diff) |
api/variance: move to compat/
-rw-r--r-- | compat/variance.hpp (renamed from api/variance.hpp) | 0 | ||||
-rw-r--r-- | tracker-hatire/thread.hpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/api/variance.hpp b/compat/variance.hpp index 7a83154c..7a83154c 100644 --- a/api/variance.hpp +++ b/compat/variance.hpp diff --git a/tracker-hatire/thread.hpp b/tracker-hatire/thread.hpp index 38b5c5dd..962b902b 100644 --- a/tracker-hatire/thread.hpp +++ b/tracker-hatire/thread.hpp @@ -10,7 +10,7 @@ #include <QFile> #include <QCoreApplication> -#include "api/variance.hpp" +#include "compat/variance.hpp" #include "compat/timer.hpp" enum results |