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/Log.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/Log.hpp')
-rw-r--r-- | include/ingen/Log.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/ingen/Log.hpp b/include/ingen/Log.hpp index acbb4b6d..44bf0e2e 100644 --- a/include/ingen/Log.hpp +++ b/include/ingen/Log.hpp @@ -17,12 +17,12 @@ #ifndef INGEN_LOG_HPP #define INGEN_LOG_HPP -#include "ingen/LV2Features.hpp" -#include "ingen/fmt.hpp" // IWYU pragma: export -#include "ingen/ingen.h" -#include "lv2/core/lv2.h" -#include "lv2/log/log.h" -#include "lv2/urid/urid.h" +#include <ingen/LV2Features.hpp> +#include <ingen/fmt.hpp> // IWYU pragma: export +#include <ingen/ingen.h> +#include <lv2/core/lv2.h> +#include <lv2/log/log.h> +#include <lv2/urid/urid.h> #include <cstdarg> #include <functional> |