summaryrefslogtreecommitdiff
path: root/include/gui/textview.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/textview.h
parent5980fa86c1fc90849102bbc24679423f978e2a50 (diff)
downloadmorpher-5beabe1a69e6dda3e139e95d24c3e9c8e027990a.tar.gz
Sources and import cleanup
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'include/gui/textview.h')
-rw-r--r--include/gui/textview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gui/textview.h b/include/gui/textview.h
index 91106c0..ff41e7e 100644
--- a/include/gui/textview.h
+++ b/include/gui/textview.h
@@ -7,7 +7,8 @@
7 * Author: 7 * Author:
8 * Adam NAILI 8 * Adam NAILI
9 */ 9 */
10#include "component.h" 10
11#include "gui/component.h"
11 12
12typedef struct { 13typedef struct {
13 Component component; 14 Component component;