aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.h b/ui.h
index 61fa4df..314bc9d 100644
--- a/ui.h
+++ b/ui.h
@@ -38,9 +38,9 @@ enum UiStyles {
UI_STYLE_MAX,
};
+#include "vis.h"
#include "text.h"
#include "view.h"
-#include "vis.h"
struct Ui {
bool (*init)(Ui*, Vis*);