summaryrefslogtreecommitdiffstats
path: root/include/ganv/Port.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-24 17:42:07 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 17:42:07 -0500
commit23d5f3731bd0d08a1c732ec025126af56865713f (patch)
treee208cdca44a3126bfefd37cc4f3bcd29ebfd8a1d /include/ganv/Port.hpp
parentf4d7347f5ac17f208f75ab3da054e5520f60d6f9 (diff)
downloadganv-23d5f3731bd0d08a1c732ec025126af56865713f.tar.gz
ganv-23d5f3731bd0d08a1c732ec025126af56865713f.tar.bz2
ganv-23d5f3731bd0d08a1c732ec025126af56865713f.zip
Use angle brackets for library includes
Diffstat (limited to 'include/ganv/Port.hpp')
-rw-r--r--include/ganv/Port.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ganv/Port.hpp b/include/ganv/Port.hpp
index c665b08..714fcec 100644
--- a/include/ganv/Port.hpp
+++ b/include/ganv/Port.hpp
@@ -16,10 +16,10 @@
#ifndef GANV_PORT_HPP
#define GANV_PORT_HPP
-#include "ganv/Box.hpp"
-#include "ganv/port.h"
-#include "ganv/types.h"
-#include "ganv/wrap.hpp"
+#include <ganv/Box.hpp>
+#include <ganv/port.h>
+#include <ganv/types.h>
+#include <ganv/wrap.hpp>
#include <glib.h>
#include <sigc++/signal.h>