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 1d3df4b..7c3ec7e 100644
--- a/ui.h
+++ b/ui.h
@@ -18,7 +18,7 @@ enum UiOption {
#include <stdbool.h>
#include <stdarg.h>
#include "text.h"
-#include "window.h"
+#include "view.h"
#include "editor.h"
struct Ui {