summaryrefslogtreecommitdiff
path: root/include/gui/group.h
diff options
context:
space:
mode:
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