diff options
Diffstat (limited to 'asl/log/log.hpp')
-rw-r--r-- | asl/log/log.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asl/log/log.hpp b/asl/log/log.hpp index 7445cf6..81f10e7 100644 --- a/asl/log/log.hpp +++ b/asl/log/log.hpp @@ -1,8 +1,8 @@ #pragma once -#include <asl/format.hpp> -#include <asl/utility.hpp> -#include <asl/box.hpp> +#include "asl/format.hpp" +#include "asl/utility.hpp" +#include "asl/box.hpp" namespace asl::log { |