summaryrefslogtreecommitdiffstats
path: root/ganv/Module.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Module.hpp')
-rw-r--r--ganv/Module.hpp18
1 files changed, 10 insertions, 8 deletions
diff --git a/ganv/Module.hpp b/ganv/Module.hpp
index 00d295d..8d13700 100644
--- a/ganv/Module.hpp
+++ b/ganv/Module.hpp
@@ -16,22 +16,24 @@
#ifndef GANV_MODULE_HPP
#define GANV_MODULE_HPP
-#include <string>
-#include <vector>
-
-#include <gtkmm/container.h>
-
+#include "ganv/Box.hpp"
#include "ganv/Canvas.hpp"
-#include "ganv/Node.hpp"
#include "ganv/Port.hpp"
+#include "ganv/box.h"
+#include "ganv/item.h"
#include "ganv/module.h"
+#include "ganv/types.h"
+#include "ganv/wrap.hpp"
+
+#include <glib.h>
+#include <gtkmm/widget.h>
+
+#include <string>
GANV_GLIB_WRAP(Module)
namespace Ganv {
-class Canvas;
-
/** A rectangular Item which can hold a Port.
*
* @ingroup Ganv