summaryrefslogtreecommitdiffhomepage
path: root/logic/mappings.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-09 15:05:35 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-10 03:18:57 +0100
commitaf2dcca279e6fc23c9b1694170cbdfe36b32eb79 (patch)
treea1d5cf6e77735e40138932705a0cc7287f6c5c73 /logic/mappings.hpp
parent5ad2275e0e50be8a4e9f506fb3f8dab2b02d0420 (diff)
logic, cv: fix header namespace pollution
We've had "using namespace options;" in headers for a while now.
Diffstat (limited to 'logic/mappings.hpp')
-rw-r--r--logic/mappings.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/logic/mappings.hpp b/logic/mappings.hpp
index 834e969e..7bb5f9af 100644
--- a/logic/mappings.hpp
+++ b/logic/mappings.hpp
@@ -9,7 +9,6 @@
#include "export.hpp"
#include "options/options.hpp"
-using namespace options;
#include "spline/spline.hpp"
#include "main-settings.hpp"