From 430801b1307b4c820885f161d0b003011c892d77 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 11 Jan 2023 20:08:10 +0100 Subject: Add ctor namespace cfg:: constants and get rid of temporary 'using namespace ctor' --- src/task_so.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/task_so.cc') diff --git a/src/task_so.cc b/src/task_so.cc index 15df61f..0340ff1 100644 --- a/src/task_so.cc +++ b/src/task_so.cc @@ -11,8 +11,6 @@ #include "util.h" #include "tools.h" -using namespace ctor; - TaskSO::TaskSO(const ctor::build_configuration& config, const ctor::settings& settings, const std::string& target, -- cgit v1.2.3