summaryrefslogtreecommitdiffstats
path: root/include/ingen/Interface.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-24 17:48:39 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 17:48:39 -0500
commit7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e (patch)
treec1ec4fe4ce9501696b1d55c0b9916f3bd2fd7e68 /include/ingen/Interface.hpp
parentf192b56222efcec60cf4884395ebd0f0ed9f02f2 (diff)
downloadingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.tar.gz
ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.tar.bz2
ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.zip
Use angle brackets for library includes
Diffstat (limited to 'include/ingen/Interface.hpp')
-rw-r--r--include/ingen/Interface.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/ingen/Interface.hpp b/include/ingen/Interface.hpp
index 79cfad63..329dab2c 100644
--- a/include/ingen/Interface.hpp
+++ b/include/ingen/Interface.hpp
@@ -21,11 +21,11 @@
#ifndef INGEN_INTERFACE_HPP
#define INGEN_INTERFACE_HPP
-#include "ingen/Message.hpp"
-#include "ingen/Properties.hpp"
-#include "ingen/Resource.hpp"
-#include "ingen/Status.hpp"
-#include "ingen/ingen.h"
+#include <ingen/Message.hpp>
+#include <ingen/Properties.hpp>
+#include <ingen/Resource.hpp>
+#include <ingen/Status.hpp>
+#include <ingen/ingen.h>
#include <cstdint>
#include <memory>