From a141c401f78467bc15f62882fca5d55a007cacbb Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 17 Feb 2025 00:21:48 +0100 Subject: Reorganize everything --- asl/logging/logging.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asl/logging/logging.hpp') diff --git a/asl/logging/logging.hpp b/asl/logging/logging.hpp index 81f10e7..c692750 100644 --- a/asl/logging/logging.hpp +++ b/asl/logging/logging.hpp @@ -1,8 +1,8 @@ #pragma once -#include "asl/format.hpp" -#include "asl/utility.hpp" -#include "asl/box.hpp" +#include "asl/base/utility.hpp" +#include "asl/types/box.hpp" +#include "asl/formatting/format.hpp" namespace asl::log { -- cgit