summaryrefslogtreecommitdiffstats
path: root/ganv/Item.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Item.hpp')
-rw-r--r--ganv/Item.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/ganv/Item.hpp b/ganv/Item.hpp
index 8f0f9c2..09e2f13 100644
--- a/ganv/Item.hpp
+++ b/ganv/Item.hpp
@@ -16,23 +16,23 @@
#ifndef GANV_ITEM_HPP
#define GANV_ITEM_HPP
-#include <assert.h>
+#include "ganv/Canvas.hpp"
+#include "ganv/item.h"
+#include "ganv/wrap.hpp"
+#include <gdk/gdk.h>
+#include <gdkmm/event.h>
+#include <glib-object.h>
#include <glib.h>
-
+#include <gobject/gclosure.h>
+#include <gtk/gtk.h>
#include <sigc++/signal.h>
#include <sigc++/trackable.h>
-#include "ganv/Canvas.hpp"
-#include "ganv/item.h"
-#include "ganv/wrap.hpp"
-
GANV_GLIB_WRAP(Item)
namespace Ganv {
-class Canvas;
-
/** An item on the canvas.
*/
class Item : public sigc::trackable {