From 5beabe1a69e6dda3e139e95d24c3e9c8e027990a Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 9 Jan 2018 02:15:21 +0100 Subject: Sources and import cleanup Signed-off-by: pacien --- src/gui/group.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/gui/group.c') diff --git a/src/gui/group.c b/src/gui/group.c index af9abac..7f5adcd 100644 --- a/src/gui/group.c +++ b/src/gui/group.c @@ -1,10 +1,8 @@ -#include -#include -#include +#include "gui/group.h" #include -#include -#include "MLV/MLV_shape.h" -#include "MLV/MLV_window.h" +#include +#include +#include "common/mem.h" void group_print(Component *parameterSelf) { assert(parameterSelf != NULL); @@ -84,4 +82,3 @@ void group_add_component(Group *group, Component *component) { } } - -- cgit v1.2.3