diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-16 16:57:59 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-16 16:57:59 +0200 | 
| commit | e016dca372bf69f3bb4967a8aba374bc04aea3b4 (patch) | |
| tree | 73249375dc7a666acee8c7349e56c095cd6e4369 /tracker-test | |
| parent | 1ac33e5d5aea97448c71ea58b12492ae219e88f1 (diff) | |
compat/math-imports: use it
Diffstat (limited to 'tracker-test')
| -rw-r--r-- | tracker-test/test.cpp | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/tracker-test/test.cpp b/tracker-test/test.cpp index c0bc4ef3..86ad4495 100644 --- a/tracker-test/test.cpp +++ b/tracker-test/test.cpp @@ -8,6 +8,7 @@  #include "test.h"  #include "api/plugin-api.hpp" +#include "compat/math-imports.hpp"  #include <QPushButton> @@ -40,11 +41,6 @@ void test_tracker::start_tracker(QFrame*)  void test_tracker::data(double *data)  { -    using std::fmod; -    using std::sin; -    using std::fabs; -    using std::copysign; -      const double dt = t.elapsed_seconds();      t.start();  | 
