From e41c044b530d2cc3f548fcef07862640eb249c58 Mon Sep 17 00:00:00 2001 From: Othon BriganĂ³ Date: Sat, 22 Apr 2017 10:44:58 -0300 Subject: refactor/single-include (#6563) --- src/nvim/screen.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/nvim/screen.h') diff --git a/src/nvim/screen.h b/src/nvim/screen.h index 81a8b9ed4c..17515d4253 100644 --- a/src/nvim/screen.h +++ b/src/nvim/screen.h @@ -3,6 +3,10 @@ #include +#include "nvim/types.h" +#include "nvim/buffer_defs.h" +#include "nvim/pos.h" + /* * flags for update_screen() * The higher the value, the higher the priority -- cgit