summaryrefslogtreecommitdiffstats
path: root/include/raul/Path.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-24 17:47:22 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 18:24:26 -0500
commitc8ce62a6a883f8f8d512d4dab71e2de3c67bdbb3 (patch)
treed0a21e894f6f824dbd0a1d2971c4783fafcb06b7 /include/raul/Path.hpp
parentbf56db258fda9fb466fec47af9099c1aed127b3e (diff)
downloadraul-c8ce62a6a883f8f8d512d4dab71e2de3c67bdbb3.tar.gz
raul-c8ce62a6a883f8f8d512d4dab71e2de3c67bdbb3.tar.bz2
raul-c8ce62a6a883f8f8d512d4dab71e2de3c67bdbb3.zip
Use angle brackets for library includesmain
Diffstat (limited to 'include/raul/Path.hpp')
-rw-r--r--include/raul/Path.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/raul/Path.hpp b/include/raul/Path.hpp
index b204bab..8d55803 100644
--- a/include/raul/Path.hpp
+++ b/include/raul/Path.hpp
@@ -4,8 +4,8 @@
#ifndef RAUL_PATH_HPP
#define RAUL_PATH_HPP
-#include "raul/Exception.hpp"
-#include "raul/Symbol.hpp"
+#include <raul/Exception.hpp>
+#include <raul/Symbol.hpp>
#include <algorithm>
#include <cstddef>