summaryrefslogtreecommitdiffstats
path: root/include/raul
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
parentbf56db258fda9fb466fec47af9099c1aed127b3e (diff)
downloadraul-c8ce62a6a883f8f8d512d4dab71e2de3c67bdbb3.tar.gz
raul-c8ce62a6a883f8f8d512d4dab71e2de3c67bdbb3.tar.bz2
raul-c8ce62a6a883f8f8d512d4dab71e2de3c67bdbb3.zip
Use angle brackets for library includesmain
Diffstat (limited to 'include/raul')
-rw-r--r--include/raul/Array.hpp4
-rw-r--r--include/raul/Maid.hpp2
-rw-r--r--include/raul/Path.hpp4
-rw-r--r--include/raul/Process.hpp2
-rw-r--r--include/raul/Symbol.hpp2
5 files changed, 7 insertions, 7 deletions
diff --git a/include/raul/Array.hpp b/include/raul/Array.hpp
index 0ed0ae0..411f153 100644
--- a/include/raul/Array.hpp
+++ b/include/raul/Array.hpp
@@ -4,9 +4,9 @@
#ifndef RAUL_ARRAY_HPP
#define RAUL_ARRAY_HPP
-#include "raul/Maid.hpp"
+#include <raul/Maid.hpp>
-#include <algorithm> // IWYU pragma: keep
+#include <algorithm>
#include <cassert>
#include <cstddef>
#include <memory>
diff --git a/include/raul/Maid.hpp b/include/raul/Maid.hpp
index 2ca6fad..6eb684e 100644
--- a/include/raul/Maid.hpp
+++ b/include/raul/Maid.hpp
@@ -4,7 +4,7 @@
#ifndef RAUL_MAID_HPP
#define RAUL_MAID_HPP
-#include "raul/Deletable.hpp"
+#include <raul/Deletable.hpp>
#include <atomic>
#include <memory>
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>
diff --git a/include/raul/Process.hpp b/include/raul/Process.hpp
index 056cfff..37d1d1f 100644
--- a/include/raul/Process.hpp
+++ b/include/raul/Process.hpp
@@ -4,7 +4,7 @@
#ifndef RAUL_PROCESS_HPP
#define RAUL_PROCESS_HPP
-#include "raul/Noncopyable.hpp"
+#include <raul/Noncopyable.hpp>
#include <sys/resource.h>
#include <unistd.h>
diff --git a/include/raul/Symbol.hpp b/include/raul/Symbol.hpp
index 714657c..4889822 100644
--- a/include/raul/Symbol.hpp
+++ b/include/raul/Symbol.hpp
@@ -4,7 +4,7 @@
#ifndef RAUL_SYMBOL_HPP
#define RAUL_SYMBOL_HPP
-#include "raul/Exception.hpp"
+#include <raul/Exception.hpp>
#include <algorithm>
#include <cstddef>