summaryrefslogtreecommitdiffstats
path: root/ganv/Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Node.hpp')
-rw-r--r--ganv/Node.hpp15
1 files changed, 10 insertions, 5 deletions
diff --git a/ganv/Node.hpp b/ganv/Node.hpp
index c40a7ea..311385e 100644
--- a/ganv/Node.hpp
+++ b/ganv/Node.hpp
@@ -16,18 +16,23 @@
#ifndef GANV_NODE_HPP
#define GANV_NODE_HPP
-#include <glib.h>
-#include <assert.h>
-
-#include "ganv/node.h"
#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>
+#include <glibmm/object.h>
+#include <gobject/gclosure.h>
+#include <sigc++/signal.h>
GANV_GLIB_WRAP(Node)
namespace Ganv {
class Canvas;
-class Node;
/** An object a Edge can connect to.
*/