aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.h b/view.h
index 25b186f..ea8bca6 100644
--- a/view.h
+++ b/view.h
@@ -3,7 +3,6 @@
#include <stddef.h>
#include <stdbool.h>
-#include <lua.h>
#include "register.h"
#include "text.h"
#include "ui.h"
@@ -11,6 +10,7 @@
typedef struct View View;
typedef struct Cursor Cursor;
typedef struct Selection Selection;
+typedef struct lua_State lua_State;
typedef struct {
int width; /* display width i.e. number of columns ocupied by this character */