summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--asl/log/log.hpp6
-rw-r--r--asl/log/log_tests.cpp6
3 files changed, 9 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index fd35d2a..e64b9b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-bazel-*/
+bazel-*
compile_commands.json
-.cache/
-external/
+.cache
+external
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
{
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)
{