summaryrefslogtreecommitdiffstats
path: root/ganv/Canvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Canvas.hpp')
-rw-r--r--ganv/Canvas.hpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/ganv/Canvas.hpp b/ganv/Canvas.hpp
index a862ae3..5dd91df 100644
--- a/ganv/Canvas.hpp
+++ b/ganv/Canvas.hpp
@@ -16,14 +16,16 @@
#ifndef GANV_CANVAS_HPP
#define GANV_CANVAS_HPP
-#include <string>
+#include "ganv/canvas.h"
+#include "ganv/item.h"
+#include "ganv/types.h"
+#include "ganv/wrap.hpp"
+#include <cairo.h>
+#include <gdkmm/event.h>
#include <glib.h>
-#include <glibmm.h>
#include <gtkmm/layout.h>
-
-#include "ganv/canvas.h"
-#include "ganv/wrap.hpp"
+#include <sigc++/signal.h>
/** Ganv namespace, everything is defined under this.
*
@@ -34,7 +36,6 @@ namespace Ganv {
class Edge;
class Item;
class Node;
-class Port;
/** @defgroup Ganv Ganv
*