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 /src/URIs.cpp | |
parent | f192b56222efcec60cf4884395ebd0f0ed9f02f2 (diff) | |
download | ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.tar.gz ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.tar.bz2 ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.zip |
Use angle brackets for library includes
Diffstat (limited to 'src/URIs.cpp')
-rw-r--r-- | src/URIs.cpp | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/src/URIs.cpp b/src/URIs.cpp index 27e2e8f1..49eb1707 100644 --- a/src/URIs.cpp +++ b/src/URIs.cpp @@ -14,26 +14,27 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ -#include "ingen/URIs.hpp" +#include <ingen/URIs.hpp> -#include "ingen/Forge.hpp" -#include "ingen/ingen.h" -#include "lilv/lilv.h" -#include "lv2/atom/atom.h" -#include "lv2/buf-size/buf-size.h" -#include "lv2/core/lv2.h" -#include "lv2/log/log.h" -#include "lv2/midi/midi.h" -#include "lv2/morph/morph.h" -#include "lv2/options/options.h" -#include "lv2/parameters/parameters.h" -#include "lv2/patch/patch.h" -#include "lv2/port-props/port-props.h" -#include "lv2/presets/presets.h" -#include "lv2/resize-port/resize-port.h" -#include "lv2/state/state.h" -#include "lv2/time/time.h" -#include "lv2/worker/worker.h" +#include <ingen/Forge.hpp> +#include <ingen/URI.hpp> +#include <ingen/ingen.h> +#include <lilv/lilv.h> +#include <lv2/atom/atom.h> +#include <lv2/buf-size/buf-size.h> +#include <lv2/core/lv2.h> +#include <lv2/log/log.h> +#include <lv2/midi/midi.h> +#include <lv2/morph/morph.h> +#include <lv2/options/options.h> +#include <lv2/parameters/parameters.h> +#include <lv2/patch/patch.h> +#include <lv2/port-props/port-props.h> +#include <lv2/presets/presets.h> +#include <lv2/resize-port/resize-port.h> +#include <lv2/state/state.h> +#include <lv2/time/time.h> +#include <lv2/worker/worker.h> namespace ingen { |