summaryrefslogtreecommitdiffstats
path: root/include/ganv/Module.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/Module.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/Module.hpp')
-rw-r--r--include/ganv/Module.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/ganv/Module.hpp b/include/ganv/Module.hpp
index 8beea60..ba263fb 100644
--- a/include/ganv/Module.hpp
+++ b/include/ganv/Module.hpp
@@ -16,14 +16,14 @@
#ifndef GANV_MODULE_HPP
#define GANV_MODULE_HPP
-#include "ganv/Box.hpp"
-#include "ganv/Canvas.hpp"
-#include "ganv/Port.hpp"
-#include "ganv/box.h"
-#include "ganv/item.h"
-#include "ganv/module.h"
-#include "ganv/types.h"
-#include "ganv/wrap.hpp"
+#include <ganv/Box.hpp>
+#include <ganv/Canvas.hpp>
+#include <ganv/Port.hpp>
+#include <ganv/box.h>
+#include <ganv/item.h>
+#include <ganv/module.h>
+#include <ganv/types.h>
+#include <ganv/wrap.hpp>
#include <glib.h>
#include <gtkmm/widget.h>