summaryrefslogtreecommitdiffhomepage
path: root/logic/pipeline.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-03-10 18:59:29 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-03-10 18:59:29 +0100
commit958b2c1bed7603dd0eb16c2a403ab9efd8e6b20f (patch)
tree5b3364118ab1bae3cb00f666e16d1f86f5a6f16b /logic/pipeline.cpp
parent777728a636420f81f5ab5822dffa02d70bdd6795 (diff)
logic/pipeline: cleanup
Also remove the license in header. It's stale.
Diffstat (limited to 'logic/pipeline.cpp')
-rw-r--r--logic/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/pipeline.cpp b/logic/pipeline.cpp
index 9b490f44..4ebc265e 100644
--- a/logic/pipeline.cpp
+++ b/logic/pipeline.cpp
@@ -30,7 +30,7 @@
using namespace euler;
using namespace time_units;
-using namespace gui_tracker_impl;
+using namespace pipeline_impl;
static constexpr inline double r2d = 180. / M_PI;
static constexpr inline double d2r = M_PI / 180.;