summaryrefslogtreecommitdiffhomepage
path: root/tracker-test/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-test/test.cpp')
-rw-r--r--tracker-test/test.cpp6
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();