diff options
author | Othon BriganĂ³ <othonalberto@gmail.com> | 2017-04-22 10:44:58 -0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-22 15:44:58 +0200 |
commit | e41c044b530d2cc3f548fcef07862640eb249c58 (patch) | |
tree | b20b1d05d47aba19a963e8041ddefdbf5c2fd2ce /src/nvim/screen.h | |
parent | 654c50b227b7616300763da75ad4a79151883694 (diff) | |
download | rneovim-e41c044b530d2cc3f548fcef07862640eb249c58.tar.gz rneovim-e41c044b530d2cc3f548fcef07862640eb249c58.tar.bz2 rneovim-e41c044b530d2cc3f548fcef07862640eb249c58.zip |
refactor/single-include (#6563)
Diffstat (limited to 'src/nvim/screen.h')
-rw-r--r-- | src/nvim/screen.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <stdbool.h> +#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 |