aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/screen.h')
-rw-r--r--src/nvim/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/screen.h b/src/nvim/screen.h
index 9eda5223f1..04632631a5 100644
--- a/src/nvim/screen.h
+++ b/src/nvim/screen.h
@@ -4,7 +4,7 @@
#include <stdbool.h>
#include "nvim/buffer_defs.h"
-#include "nvim/grid.h"
+#include "nvim/grid_defs.h"
#include "nvim/pos.h"
#include "nvim/types.h"