From e016dca372bf69f3bb4967a8aba374bc04aea3b4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 16 Jul 2017 16:57:59 +0200 Subject: compat/math-imports: use it --- tracker-test/test.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tracker-test') 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 @@ -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(); -- cgit v1.2.3