summaryrefslogtreecommitdiffstats
path: root/include/ganv
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
parentf4d7347f5ac17f208f75ab3da054e5520f60d6f9 (diff)
downloadganv-23d5f3731bd0d08a1c732ec025126af56865713f.tar.gz
ganv-23d5f3731bd0d08a1c732ec025126af56865713f.tar.bz2
ganv-23d5f3731bd0d08a1c732ec025126af56865713f.zip
Use angle brackets for library includes
Diffstat (limited to 'include/ganv')
-rw-r--r--include/ganv/Box.hpp10
-rw-r--r--include/ganv/Canvas.hpp8
-rw-r--r--include/ganv/Circle.hpp12
-rw-r--r--include/ganv/Edge.hpp14
-rw-r--r--include/ganv/Item.hpp6
-rw-r--r--include/ganv/Module.hpp16
-rw-r--r--include/ganv/Node.hpp10
-rw-r--r--include/ganv/Port.hpp8
-rw-r--r--include/ganv/box.h4
-rw-r--r--include/ganv/canvas.h4
-rw-r--r--include/ganv/circle.h4
-rw-r--r--include/ganv/edge.h4
-rw-r--r--include/ganv/ganv.h20
-rw-r--r--include/ganv/ganv.hpp12
-rw-r--r--include/ganv/group.h2
-rw-r--r--include/ganv/module.h7
-rw-r--r--include/ganv/node.h4
-rw-r--r--include/ganv/port.h4
-rw-r--r--include/ganv/text.h2
-rw-r--r--include/ganv/widget.h2
-rw-r--r--include/ganv/wrap.hpp2
21 files changed, 77 insertions, 78 deletions
diff --git a/include/ganv/Box.hpp b/include/ganv/Box.hpp
index fe24622..b2e0f42 100644
--- a/include/ganv/Box.hpp
+++ b/include/ganv/Box.hpp
@@ -16,11 +16,11 @@
#ifndef GANV_BOX_HPP
#define GANV_BOX_HPP
-#include "ganv/Node.hpp"
-#include "ganv/box.h"
-#include "ganv/node.h"
-#include "ganv/types.h"
-#include "ganv/wrap.hpp"
+#include <ganv/Node.hpp>
+#include <ganv/box.h>
+#include <ganv/node.h>
+#include <ganv/types.h>
+#include <ganv/wrap.hpp>
#include <glib.h>
diff --git a/include/ganv/Canvas.hpp b/include/ganv/Canvas.hpp
index fe94ff9..00f8919 100644
--- a/include/ganv/Canvas.hpp
+++ b/include/ganv/Canvas.hpp
@@ -16,10 +16,10 @@
#ifndef GANV_CANVAS_HPP
#define GANV_CANVAS_HPP
-#include "ganv/canvas.h"
-#include "ganv/item.h"
-#include "ganv/types.h"
-#include "ganv/wrap.hpp"
+#include <ganv/canvas.h>
+#include <ganv/item.h>
+#include <ganv/types.h>
+#include <ganv/wrap.hpp>
#include <cairo.h>
#include <gdk/gdk.h>
diff --git a/include/ganv/Circle.hpp b/include/ganv/Circle.hpp
index b60b89d..2842b3c 100644
--- a/include/ganv/Circle.hpp
+++ b/include/ganv/Circle.hpp
@@ -16,12 +16,12 @@
#ifndef GANV_CIRCLE_HPP
#define GANV_CIRCLE_HPP
-#include "ganv/Canvas.hpp"
-#include "ganv/Node.hpp"
-#include "ganv/circle.h"
-#include "ganv/item.h"
-#include "ganv/node.h"
-#include "ganv/wrap.hpp"
+#include <ganv/Canvas.hpp>
+#include <ganv/Node.hpp>
+#include <ganv/circle.h>
+#include <ganv/item.h>
+#include <ganv/node.h>
+#include <ganv/wrap.hpp>
#include <glib.h>
diff --git a/include/ganv/Edge.hpp b/include/ganv/Edge.hpp
index a0d9a7c..aa2292c 100644
--- a/include/ganv/Edge.hpp
+++ b/include/ganv/Edge.hpp
@@ -16,13 +16,13 @@
#ifndef GANV_EDGE_HPP
#define GANV_EDGE_HPP
-#include "ganv/Canvas.hpp"
-#include "ganv/Item.hpp"
-#include "ganv/Node.hpp"
-#include "ganv/edge.h"
-#include "ganv/item.h"
-#include "ganv/types.h"
-#include "ganv/wrap.hpp"
+#include <ganv/Canvas.hpp>
+#include <ganv/Item.hpp>
+#include <ganv/Node.hpp>
+#include <ganv/edge.h>
+#include <ganv/item.h>
+#include <ganv/types.h>
+#include <ganv/wrap.hpp>
#include <glib-object.h>
#include <glib.h>
diff --git a/include/ganv/Item.hpp b/include/ganv/Item.hpp
index 0d14a19..fbb8aff 100644
--- a/include/ganv/Item.hpp
+++ b/include/ganv/Item.hpp
@@ -16,9 +16,9 @@
#ifndef GANV_ITEM_HPP
#define GANV_ITEM_HPP
-#include "ganv/Canvas.hpp"
-#include "ganv/item.h"
-#include "ganv/wrap.hpp"
+#include <ganv/Canvas.hpp>
+#include <ganv/item.h>
+#include <ganv/wrap.hpp>
#include <gdk/gdk.h>
#include <glib-object.h>
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>
diff --git a/include/ganv/Node.hpp b/include/ganv/Node.hpp
index 7980566..75c1bdb 100644
--- a/include/ganv/Node.hpp
+++ b/include/ganv/Node.hpp
@@ -16,11 +16,11 @@
#ifndef GANV_NODE_HPP
#define GANV_NODE_HPP
-#include "ganv/Item.hpp"
-#include "ganv/item.h"
-#include "ganv/node.h"
-#include "ganv/types.h"
-#include "ganv/wrap.hpp"
+#include <ganv/Item.hpp>
+#include <ganv/item.h>
+#include <ganv/node.h>
+#include <ganv/types.h>
+#include <ganv/wrap.hpp>
#include <glib-object.h>
#include <glib.h>
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>
diff --git a/include/ganv/box.h b/include/ganv/box.h
index 11e0662..049c281 100644
--- a/include/ganv/box.h
+++ b/include/ganv/box.h
@@ -18,8 +18,8 @@
#ifndef GANV_BOX_H
#define GANV_BOX_H
-#include "ganv/node.h"
-#include "ganv/types.h"
+#include <ganv/node.h>
+#include <ganv/types.h>
#include <glib-object.h>
#include <glib.h>
diff --git a/include/ganv/canvas.h b/include/ganv/canvas.h
index ca50b21..60f076a 100644
--- a/include/ganv/canvas.h
+++ b/include/ganv/canvas.h
@@ -16,8 +16,8 @@
#ifndef GANV_CANVAS_H
#define GANV_CANVAS_H
-#include "ganv/item.h"
-#include "ganv/types.h"
+#include <ganv/item.h>
+#include <ganv/types.h>
#include <cairo.h>
#include <gdk/gdk.h>
diff --git a/include/ganv/circle.h b/include/ganv/circle.h
index 23bfa2d..6145395 100644
--- a/include/ganv/circle.h
+++ b/include/ganv/circle.h
@@ -18,8 +18,8 @@
#ifndef GANV_CIRCLE_H
#define GANV_CIRCLE_H
-#include "ganv/node.h"
-#include "ganv/types.h"
+#include <ganv/node.h>
+#include <ganv/types.h>
#include <glib-object.h>
#include <glib.h>
diff --git a/include/ganv/edge.h b/include/ganv/edge.h
index 8bf8ad0..1451cb1 100644
--- a/include/ganv/edge.h
+++ b/include/ganv/edge.h
@@ -18,8 +18,8 @@
#ifndef GANV_EDGE_H
#define GANV_EDGE_H
-#include "ganv/item.h"
-#include "ganv/types.h"
+#include <ganv/item.h>
+#include <ganv/types.h>
#include <glib-object.h>
#include <glib.h>
diff --git a/include/ganv/ganv.h b/include/ganv/ganv.h
index f86165f..4a67175 100644
--- a/include/ganv/ganv.h
+++ b/include/ganv/ganv.h
@@ -16,15 +16,15 @@
#ifndef GANV_GANV_H
#define GANV_GANV_H
-#include "ganv/box.h" // IWYU pragma: export
-#include "ganv/canvas.h" // IWYU pragma: export
-#include "ganv/circle.h" // IWYU pragma: export
-#include "ganv/edge.h" // IWYU pragma: export
-#include "ganv/group.h" // IWYU pragma: export
-#include "ganv/module.h" // IWYU pragma: export
-#include "ganv/node.h" // IWYU pragma: export
-#include "ganv/port.h" // IWYU pragma: export
-#include "ganv/text.h" // IWYU pragma: export
-#include "ganv/types.h" // IWYU pragma: export
+#include <ganv/box.h> // IWYU pragma: export
+#include <ganv/canvas.h> // IWYU pragma: export
+#include <ganv/circle.h> // IWYU pragma: export
+#include <ganv/edge.h> // IWYU pragma: export
+#include <ganv/group.h> // IWYU pragma: export
+#include <ganv/module.h> // IWYU pragma: export
+#include <ganv/node.h> // IWYU pragma: export
+#include <ganv/port.h> // IWYU pragma: export
+#include <ganv/text.h> // IWYU pragma: export
+#include <ganv/types.h> // IWYU pragma: export
#endif /* GANV_GANV_H */
diff --git a/include/ganv/ganv.hpp b/include/ganv/ganv.hpp
index 3e3f259..fe35890 100644
--- a/include/ganv/ganv.hpp
+++ b/include/ganv/ganv.hpp
@@ -16,11 +16,11 @@
#ifndef GANV_GANV_HPP
#define GANV_GANV_HPP
-#include "ganv/Canvas.hpp" // IWYU pragma: export
-#include "ganv/Circle.hpp" // IWYU pragma: export
-#include "ganv/Edge.hpp" // IWYU pragma: export
-#include "ganv/Module.hpp" // IWYU pragma: export
-#include "ganv/Node.hpp" // IWYU pragma: export
-#include "ganv/Port.hpp" // IWYU pragma: export
+#include <ganv/Canvas.hpp> // IWYU pragma: export
+#include <ganv/Circle.hpp> // IWYU pragma: export
+#include <ganv/Edge.hpp> // IWYU pragma: export
+#include <ganv/Module.hpp> // IWYU pragma: export
+#include <ganv/Node.hpp> // IWYU pragma: export
+#include <ganv/Port.hpp> // IWYU pragma: export
#endif // GANV_GANV_HPP
diff --git a/include/ganv/group.h b/include/ganv/group.h
index 72efa3c..a38a055 100644
--- a/include/ganv/group.h
+++ b/include/ganv/group.h
@@ -18,7 +18,7 @@
#ifndef GANV_GROUP_H
#define GANV_GROUP_H
-#include "ganv/item.h"
+#include <ganv/item.h>
#include <glib-object.h>
#include <glib.h>
diff --git a/include/ganv/module.h b/include/ganv/module.h
index 969965b..a610b3a 100644
--- a/include/ganv/module.h
+++ b/include/ganv/module.h
@@ -18,15 +18,14 @@
#ifndef GANV_MODULE_H
#define GANV_MODULE_H
-#include "ganv/types.h"
+#include <ganv/box.h>
+#include <ganv/canvas.h>
+#include <ganv/types.h>
#include <glib-object.h>
#include <glib.h>
#include <gtk/gtk.h>
-#include "ganv/box.h"
-#include "ganv/canvas.h"
-
G_BEGIN_DECLS
#define GANV_TYPE_MODULE (ganv_module_get_type())
diff --git a/include/ganv/node.h b/include/ganv/node.h
index 03c5982..75db879 100644
--- a/include/ganv/node.h
+++ b/include/ganv/node.h
@@ -18,8 +18,8 @@
#ifndef GANV_NODE_H
#define GANV_NODE_H
-#include "ganv/item.h"
-#include "ganv/types.h"
+#include <ganv/item.h>
+#include <ganv/types.h>
#include <glib-object.h>
#include <glib.h>
diff --git a/include/ganv/port.h b/include/ganv/port.h
index 8bf4a80..cb390f2 100644
--- a/include/ganv/port.h
+++ b/include/ganv/port.h
@@ -18,8 +18,8 @@
#ifndef GANV_PORT_H
#define GANV_PORT_H
-#include "ganv/box.h"
-#include "ganv/types.h"
+#include <ganv/box.h>
+#include <ganv/types.h>
#include <glib-object.h>
#include <glib.h>
diff --git a/include/ganv/text.h b/include/ganv/text.h
index 2aee253..9ad5227 100644
--- a/include/ganv/text.h
+++ b/include/ganv/text.h
@@ -16,7 +16,7 @@
#ifndef GANV_TEXT_H
#define GANV_TEXT_H
-#include "ganv/item.h"
+#include <ganv/item.h>
#include <glib-object.h>
#include <glib.h>
diff --git a/include/ganv/widget.h b/include/ganv/widget.h
index af31576..7de05a2 100644
--- a/include/ganv/widget.h
+++ b/include/ganv/widget.h
@@ -22,7 +22,7 @@
#ifndef GANV_WIDGET_H
#define GANV_WIDGET_H
-#include "ganv/item.h"
+#include <ganv/item.h>
#include <glib-object.h>
#include <glib.h>
diff --git a/include/ganv/wrap.hpp b/include/ganv/wrap.hpp
index 8e0a421..0fdc0dc 100644
--- a/include/ganv/wrap.hpp
+++ b/include/ganv/wrap.hpp
@@ -18,7 +18,7 @@
#ifndef GANV_WRAP_HPP
#define GANV_WRAP_HPP
-#include "ganv/item.h"
+#include <ganv/item.h>
#include <glib-object.h> // IWYU pragma: keep
#include <glib.h> // IWYU pragma: keep