From df1ef68cd8e8582724ce1192bfc202e0b9aeaf0c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 19:24:31 +0300 Subject: Get rid of C++ modules related code and rename *.mxx files to *.hxx --- libbutl/process-details.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libbutl/process-details.hxx') diff --git a/libbutl/process-details.hxx b/libbutl/process-details.hxx index cf7624d..571c750 100644 --- a/libbutl/process-details.hxx +++ b/libbutl/process-details.hxx @@ -5,15 +5,10 @@ #include -#ifdef __cpp_lib_modules_ts -import std.core; //@@ MOD TMP (dummy std.threading). -import std.threading; -#else #include #if defined(__cpp_lib_shared_mutex) || defined(__cpp_lib_shared_timed_mutex) # include #endif -#endif namespace butl { -- cgit v1.1