diff options
Diffstat (limited to 'asl/log/log_tests.cpp')
-rw-r--r-- | asl/log/log_tests.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asl/log/log_tests.cpp b/asl/log/log_tests.cpp index 4ab83e8..b174fd3 100644 --- a/asl/log/log_tests.cpp +++ b/asl/log/log_tests.cpp @@ -1,6 +1,6 @@ -#include <asl/log/log.hpp> -#include <asl/testing/testing.hpp> -#include <asl/string_builder.hpp> +#include "asl/log/log.hpp" +#include "asl/testing/testing.hpp" +#include "asl/string_builder.hpp" ASL_TEST(log) { |