diff options
Diffstat (limited to 'include/gui/textview.h')
-rw-r--r-- | include/gui/textview.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/gui/textview.h b/include/gui/textview.h index 7414336..91106c0 100644 --- a/include/gui/textview.h +++ b/include/gui/textview.h | |||
@@ -1,11 +1,13 @@ | |||
1 | #ifndef UPEM_MORPHING_TEXTVIEW | 1 | #ifndef UPEM_MORPHING_TEXTVIEW |
2 | #define UPEM_MORPHING_TEXTVIEW | 2 | #define UPEM_MORPHING_TEXTVIEW |
3 | 3 | ||
4 | #include "component.h" | ||
5 | |||
6 | /** | 4 | /** |
7 | * File: textview.h | 5 | * File: textview.h |
6 | * | ||
7 | * Author: | ||
8 | * Adam NAILI | ||
8 | */ | 9 | */ |
10 | #include "component.h" | ||
9 | 11 | ||
10 | typedef struct { | 12 | typedef struct { |
11 | Component component; | 13 | Component component; |