summaryrefslogtreecommitdiffstats
path: root/ganv/Edge.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Edge.hpp')
-rw-r--r--ganv/Edge.hpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/ganv/Edge.hpp b/ganv/Edge.hpp
index f7a50b1..c7056a3 100644
--- a/ganv/Edge.hpp
+++ b/ganv/Edge.hpp
@@ -16,21 +16,23 @@
#ifndef GANV_EDGE_HPP
#define GANV_EDGE_HPP
-#include <stdint.h>
-
-#include <gdk/gdkevents.h>
-
#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>
+
+#include <cstdint>
GANV_GLIB_WRAP(Edge)
namespace Ganv {
-class Canvas;
-
/** A edge (line) between two Node objects.
*
* @ingroup Ganv