From 4295f103d71d947e3ed92731e648ba409d3664ac Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Dec 2020 13:20:11 +0100 Subject: Clean up includes --- ganv/Module.hpp | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'ganv/Module.hpp') 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 -#include - -#include - +#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 +#include + +#include GANV_GLIB_WRAP(Module) namespace Ganv { -class Canvas; - /** A rectangular Item which can hold a Port. * * @ingroup Ganv -- cgit v1.2.1