diff options
Diffstat (limited to 'include/raul')
-rw-r--r-- | include/raul/Array.hpp | 4 | ||||
-rw-r--r-- | include/raul/Maid.hpp | 2 | ||||
-rw-r--r-- | include/raul/Path.hpp | 4 | ||||
-rw-r--r-- | include/raul/Process.hpp | 2 | ||||
-rw-r--r-- | include/raul/Symbol.hpp | 2 |
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> |