diff options
author | relnod <relnod@users.noreply.github.com> | 2017-03-30 00:50:11 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-30 00:50:11 +0200 |
commit | 6964b67c00f9aa029791137f44f30ed4aef20ef4 (patch) | |
tree | 589c3f5701846d5bb90147ea60692882c1c40461 /src/nvim/buffer.h | |
parent | c60e409471c51864883bd0b874980d0a8857f813 (diff) | |
download | rneovim-6964b67c00f9aa029791137f44f30ed4aef20ef4.tar.gz rneovim-6964b67c00f9aa029791137f44f30ed4aef20ef4.tar.bz2 rneovim-6964b67c00f9aa029791137f44f30ed4aef20ef4.zip |
refactor/single-include: buffer.h (#6396)
Diffstat (limited to 'src/nvim/buffer.h')
-rw-r--r-- | src/nvim/buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/buffer.h b/src/nvim/buffer.h index c915d373aa..016c5ce3b7 100644 --- a/src/nvim/buffer.h +++ b/src/nvim/buffer.h @@ -1,6 +1,7 @@ #ifndef NVIM_BUFFER_H #define NVIM_BUFFER_H +#include "nvim/vim.h" #include "nvim/window.h" #include "nvim/pos.h" // for linenr_T #include "nvim/ex_cmds_defs.h" // for exarg_T |