diff options
author | David Robillard <d@drobilla.net> | 2024-11-24 17:48:39 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 17:48:39 -0500 |
commit | 7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e (patch) | |
tree | c1ec4fe4ce9501696b1d55c0b9916f3bd2fd7e68 /include/ingen/Parser.hpp | |
parent | f192b56222efcec60cf4884395ebd0f0ed9f02f2 (diff) | |
download | ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.tar.gz ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.tar.bz2 ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.zip |
Use angle brackets for library includes
Diffstat (limited to 'include/ingen/Parser.hpp')
-rw-r--r-- | include/ingen/Parser.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/ingen/Parser.hpp b/include/ingen/Parser.hpp index 16ee4070..5834a349 100644 --- a/include/ingen/Parser.hpp +++ b/include/ingen/Parser.hpp @@ -17,12 +17,12 @@ #ifndef INGEN_PARSER_HPP #define INGEN_PARSER_HPP -#include "ingen/FilePath.hpp" -#include "ingen/Properties.hpp" // IWYU pragma: keep -#include "ingen/URI.hpp" -#include "ingen/ingen.h" -#include "raul/Path.hpp" // IWYU pragma: keep -#include "raul/Symbol.hpp" // IWYU pragma: keep +#include <ingen/FilePath.hpp> +#include <ingen/Properties.hpp> // IWYU pragma: keep +#include <ingen/URI.hpp> +#include <ingen/ingen.h> +#include <raul/Path.hpp> // IWYU pragma: keep +#include <raul/Symbol.hpp> // IWYU pragma: keep #include <optional> #include <set> |