From 024fe729644d74a60088fa29fcc69ce4327fbe58 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Fri, 29 Mar 2013 11:00:19 +0000 Subject: Header cleanup (bzr r12258) --- src/ui/tool/node-tool.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/ui/tool/node-tool.h') diff --git a/src/ui/tool/node-tool.h b/src/ui/tool/node-tool.h index bc5267bb2..341faf329 100644 --- a/src/ui/tool/node-tool.h +++ b/src/ui/tool/node-tool.h @@ -14,12 +14,9 @@ #include #include #include -#include -#include #include "event-context.h" -#include "ui/tool/node-types.h" -#define INK_TYPE_NODE_TOOL (ink_node_tool_get_type ()) +#define INK_TYPE_NODE_TOOL (ink_node_tool_get_type ()) #define INK_NODE_TOOL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), INK_TYPE_NODE_TOOL, InkNodeTool)) #define INK_NODE_TOOL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), INK_TYPE_NODE_TOOL, InkNodeToolClass)) #define INK_IS_NODE_TOOL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), INK_TYPE_NODE_TOOL)) @@ -74,7 +71,7 @@ struct InkNodeTool : public SPEventContext }; struct InkNodeToolClass { - SPEventContextClass parent_class; + SPEventContextClass parent_class; }; GType ink_node_tool_get_type (void); -- cgit v1.2.3