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/tasks.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tasks.cc') diff --git a/src/tasks.cc b/src/tasks.cc index d10b83f..67bed2b 100644 --- a/src/tasks.cc +++ b/src/tasks.cc @@ -19,8 +19,6 @@ #include "rebuild.h" #include "configure.h" -using namespace ctor; - const std::deque& getTargets(const ctor::settings& settings, bool resolve_externals) { -- cgit v1.2.3