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/Node.hpp | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'ganv/Node.hpp') 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 -#include - -#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 +#include +#include +#include +#include GANV_GLIB_WRAP(Node) namespace Ganv { class Canvas; -class Node; /** An object a Edge can connect to. */ -- cgit v1.2.1