summaryrefslogtreecommitdiff
path: root/include/gui/group.h
diff options
context:
space:
mode:
authorpacien2018-01-09 02:15:21 +0100
committerpacien2018-01-09 02:15:21 +0100
commit5beabe1a69e6dda3e139e95d24c3e9c8e027990a (patch)
tree6a4eb07cca4c6edfbfaddeac59fed99e4230f201 /include/gui/group.h
parent5980fa86c1fc90849102bbc24679423f978e2a50 (diff)
downloadmorpher-5beabe1a69e6dda3e139e95d24c3e9c8e027990a.tar.gz
Sources and import cleanup
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'include/gui/group.h')
-rw-r--r--include/gui/group.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/gui/group.h b/include/gui/group.h
index 1006c74..19dd319 100644
--- a/include/gui/group.h
+++ b/include/gui/group.h
@@ -9,7 +9,7 @@
9 * Adam NAILI 9 * Adam NAILI
10 */ 10 */
11 11
12#include "component.h" 12#include "gui/component.h"
13 13
14/** 14/**
15 * Struct: _GroupElement 15 * Struct: _GroupElement
@@ -93,5 +93,4 @@ void group_free(Group *group);
93 */ 93 */
94void group_add_component(Group *group, Component *component); 94void group_add_component(Group *group, Component *component);
95 95
96
97#endif 96#endif