From b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:45:26 +0500 Subject: Revise style: split include groups --- core/threading.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'core/threading.cc') diff --git a/core/threading.cc b/core/threading.cc index 4c7f8c8..641e634 100644 --- a/core/threading.cc +++ b/core/threading.cc @@ -3,6 +3,7 @@ #include "core/threading.hh" #include "core/io/cmdline.hh" + #include "core/math/constexpr.hh" constexpr static std::string_view DEFAULT_POOL_SIZE_ARG = "4"; -- cgit