diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Canvas.cpp | 30 | ||||
-rw-r--r-- | src/Port.cpp | 12 | ||||
-rw-r--r-- | src/boilerplate.h | 2 | ||||
-rw-r--r-- | src/box.c | 8 | ||||
-rw-r--r-- | src/circle.c | 12 | ||||
-rw-r--r-- | src/edge.c | 10 | ||||
-rw-r--r-- | src/ganv-private.h | 8 | ||||
-rw-r--r-- | src/ganv_bench.cpp | 10 | ||||
-rw-r--r-- | src/ganv_test.c | 4 | ||||
-rw-r--r-- | src/group.c | 4 | ||||
-rw-r--r-- | src/item.c | 4 | ||||
-rw-r--r-- | src/module.c | 18 | ||||
-rw-r--r-- | src/node.c | 12 | ||||
-rw-r--r-- | src/port.c | 18 | ||||
-rw-r--r-- | src/text.c | 10 | ||||
-rw-r--r-- | src/widget.c | 6 |
16 files changed, 84 insertions, 84 deletions
diff --git a/src/Canvas.cpp b/src/Canvas.cpp index b4a8391..7a77497 100644 --- a/src/Canvas.cpp +++ b/src/Canvas.cpp @@ -26,20 +26,20 @@ #include "ganv-private.h" #include "gettext.h" -#include "ganv/Canvas.hpp" -#include "ganv/Edge.hpp" -#include "ganv/Item.hpp" -#include "ganv/Node.hpp" -#include "ganv/box.h" -#include "ganv/canvas.h" -#include "ganv/circle.h" -#include "ganv/edge.h" -#include "ganv/group.h" -#include "ganv/item.h" -#include "ganv/module.h" -#include "ganv/node.h" -#include "ganv/port.h" -#include "ganv/types.h" +#include <ganv/Canvas.hpp> +#include <ganv/Edge.hpp> +#include <ganv/Item.hpp> +#include <ganv/Node.hpp> +#include <ganv/box.h> +#include <ganv/canvas.h> +#include <ganv/circle.h> +#include <ganv/edge.h> +#include <ganv/group.h> +#include <ganv/item.h> +#include <ganv/module.h> +#include <ganv/node.h> +#include <ganv/port.h> +#include <ganv/types.h> #include <cairo-pdf.h> #include <cairo-ps.h> @@ -93,7 +93,7 @@ # include <gvcext.h> #endif #ifdef GANV_FDGL -# include "./fdgl.hpp" +# include "fdgl.hpp" #endif #define CANVAS_IDLE_PRIORITY (GDK_PRIORITY_REDRAW - 5) diff --git a/src/Port.cpp b/src/Port.cpp index c17afe5..e122fa9 100644 --- a/src/Port.cpp +++ b/src/Port.cpp @@ -15,12 +15,12 @@ #include "color.h" -#include "ganv/Box.hpp" -#include "ganv/Module.hpp" -#include "ganv/Port.hpp" -#include "ganv/box.h" -#include "ganv/port.h" -#include "ganv/types.h" +#include <ganv/Box.hpp> +#include <ganv/Module.hpp> +#include <ganv/Port.hpp> +#include <ganv/box.h> +#include <ganv/port.h> +#include <ganv/types.h> #include <glib-object.h> #include <gobject/gclosure.h> diff --git a/src/boilerplate.h b/src/boilerplate.h index 770b286..a46850e 100644 --- a/src/boilerplate.h +++ b/src/boilerplate.h @@ -16,7 +16,7 @@ #ifndef GANV_BOILERPLATE_H #define GANV_BOILERPLATE_H -#include "ganv/item.h" +#include <ganv/item.h> #include <glib.h> @@ -18,10 +18,10 @@ #include "ganv-private.h" #include "gettext.h" -#include "ganv/box.h" -#include "ganv/item.h" -#include "ganv/node.h" -#include "ganv/types.h" +#include <ganv/box.h> +#include <ganv/item.h> +#include <ganv/node.h> +#include <ganv/types.h> #include <cairo.h> #include <glib-object.h> diff --git a/src/circle.c b/src/circle.c index 4ec698b..fdd119b 100644 --- a/src/circle.c +++ b/src/circle.c @@ -18,12 +18,12 @@ #include "ganv-private.h" #include "gettext.h" -#include "ganv/canvas.h" -#include "ganv/circle.h" -#include "ganv/item.h" -#include "ganv/node.h" -#include "ganv/text.h" -#include "ganv/types.h" +#include <ganv/canvas.h> +#include <ganv/circle.h> +#include <ganv/item.h> +#include <ganv/node.h> +#include <ganv/text.h> +#include <ganv/types.h> #include <cairo.h> #include <glib-object.h> @@ -18,11 +18,11 @@ #include "ganv-private.h" #include "gettext.h" -#include "ganv/canvas.h" -#include "ganv/edge.h" -#include "ganv/item.h" -#include "ganv/node.h" -#include "ganv/types.h" +#include <ganv/canvas.h> +#include <ganv/edge.h> +#include <ganv/item.h> +#include <ganv/node.h> +#include <ganv/types.h> #include <cairo.h> #include <glib-object.h> diff --git a/src/ganv-private.h b/src/ganv-private.h index 3d0b7e0..9818db7 100644 --- a/src/ganv-private.h +++ b/src/ganv-private.h @@ -20,10 +20,10 @@ extern "C" { #endif -#include "ganv/canvas.h" -#include "ganv/item.h" -#include "ganv/text.h" -#include "ganv/types.h" +#include <ganv/canvas.h> +#include <ganv/item.h> +#include <ganv/text.h> +#include <ganv/types.h> #include <cairo.h> #include <gdk/gdk.h> diff --git a/src/ganv_bench.cpp b/src/ganv_bench.cpp index 1ad00f2..d1fbf2a 100644 --- a/src/ganv_bench.cpp +++ b/src/ganv_bench.cpp @@ -13,11 +13,11 @@ * with Ganv. If not, see <http://www.gnu.org/licenses/>. */ -#include "ganv/Canvas.hpp" -#include "ganv/Circle.hpp" -#include "ganv/Edge.hpp" -#include "ganv/Module.hpp" -#include "ganv/Port.hpp" +#include <ganv/Canvas.hpp> +#include <ganv/Circle.hpp> +#include <ganv/Edge.hpp> +#include <ganv/Module.hpp> +#include <ganv/Port.hpp> #include <glibmm/main.h> #include <gtkmm/layout.h> diff --git a/src/ganv_test.c b/src/ganv_test.c index 737d292..44abef9 100644 --- a/src/ganv_test.c +++ b/src/ganv_test.c @@ -13,8 +13,8 @@ * with Ganv. If not, see <http://www.gnu.org/licenses/>. */ -#include "ganv/ganv.h" -#include "ganv/item.h" +#include <ganv/ganv.h> +#include <ganv/item.h> #include <gtk/gtk.h> diff --git a/src/group.c b/src/group.c index 5ef39f6..3f4fb4f 100644 --- a/src/group.c +++ b/src/group.c @@ -20,8 +20,8 @@ #include "ganv-private.h" -#include "ganv/group.h" -#include "ganv/item.h" +#include <ganv/group.h> +#include <ganv/item.h> #include <cairo.h> #include <float.h> @@ -22,8 +22,8 @@ #include "ganv-private.h" #include "gettext.h" -#include "ganv/item.h" -#include "ganv/types.h" +#include <ganv/item.h> +#include <ganv/types.h> #include <gdk/gdk.h> #include <glib-object.h> diff --git a/src/module.c b/src/module.c index 92ac3fe..efdc2b9 100644 --- a/src/module.c +++ b/src/module.c @@ -15,15 +15,15 @@ #include "ganv-private.h" -#include "ganv/box.h" -#include "ganv/canvas.h" -#include "ganv/item.h" -#include "ganv/module.h" -#include "ganv/node.h" -#include "ganv/port.h" -#include "ganv/text.h" -#include "ganv/types.h" -#include "ganv/widget.h" +#include <ganv/box.h> +#include <ganv/canvas.h> +#include <ganv/item.h> +#include <ganv/module.h> +#include <ganv/node.h> +#include <ganv/port.h> +#include <ganv/text.h> +#include <ganv/types.h> +#include <ganv/widget.h> #include <cairo.h> #include <glib-object.h> @@ -19,12 +19,12 @@ #include "ganv-private.h" #include "gettext.h" -#include "ganv/canvas.h" -#include "ganv/edge.h" -#include "ganv/item.h" -#include "ganv/node.h" -#include "ganv/text.h" -#include "ganv/types.h" +#include <ganv/canvas.h> +#include <ganv/edge.h> +#include <ganv/item.h> +#include <ganv/node.h> +#include <ganv/text.h> +#include <ganv/types.h> #include <cairo.h> #include <gdk/gdk.h> @@ -18,15 +18,15 @@ #include "ganv-private.h" #include "gettext.h" -#include "ganv/box.h" -#include "ganv/canvas.h" -#include "ganv/edge.h" -#include "ganv/item.h" -#include "ganv/module.h" -#include "ganv/node.h" -#include "ganv/port.h" -#include "ganv/text.h" -#include "ganv/types.h" +#include <ganv/box.h> +#include <ganv/canvas.h> +#include <ganv/edge.h> +#include <ganv/item.h> +#include <ganv/module.h> +#include <ganv/node.h> +#include <ganv/port.h> +#include <ganv/text.h> +#include <ganv/types.h> #include <cairo.h> #include <gdk/gdk.h> @@ -18,11 +18,11 @@ #include "ganv-private.h" #include "gettext.h" -#include "ganv/canvas.h" -#include "ganv/item.h" -#include "ganv/node.h" -#include "ganv/text.h" -#include "ganv/types.h" +#include <ganv/canvas.h> +#include <ganv/item.h> +#include <ganv/node.h> +#include <ganv/text.h> +#include <ganv/types.h> #include <cairo.h> #include <glib-object.h> diff --git a/src/widget.c b/src/widget.c index 262aef3..dbfe89f 100644 --- a/src/widget.c +++ b/src/widget.c @@ -20,9 +20,9 @@ #include "ganv-private.h" #include "gettext.h" -#include "ganv/canvas.h" -#include "ganv/item.h" -#include "ganv/widget.h" +#include <ganv/canvas.h> +#include <ganv/item.h> +#include <ganv/widget.h> #include <cairo.h> #include <glib-object.h> |