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/configure.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/configure.cc') diff --git a/src/configure.cc b/src/configure.cc index 76103c6..f91f0d9 100644 --- a/src/configure.cc +++ b/src/configure.cc @@ -16,8 +16,6 @@ #include "rebuild.h" #include "externals.h" -using namespace ctor; - std::filesystem::path configurationFile("configuration.cc"); std::filesystem::path configHeaderFile("config.h"); -- cgit v1.2.3