diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-09 15:05:35 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-10 03:18:57 +0100 |
commit | af2dcca279e6fc23c9b1694170cbdfe36b32eb79 (patch) | |
tree | a1d5cf6e77735e40138932705a0cc7287f6c5c73 /logic/state.hpp | |
parent | 5ad2275e0e50be8a4e9f506fb3f8dab2b02d0420 (diff) |
logic, cv: fix header namespace pollution
We've had "using namespace options;" in headers for a while now.
Diffstat (limited to 'logic/state.hpp')
-rw-r--r-- | logic/state.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/logic/state.hpp b/logic/state.hpp index fb9587bf..25205524 100644 --- a/logic/state.hpp +++ b/logic/state.hpp @@ -9,7 +9,6 @@ #pragma once #include "options/options.hpp" -using namespace options; #include "api/plugin-support.hpp" #include "main-settings.hpp" #include "mappings.hpp" |