diff options
author | relnod <mail@paul-schiffers.de> | 2017-04-25 20:45:59 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-25 20:45:59 +0200 |
commit | 22932d8ac22f6dba3b3df068c6932bf3ad478d92 (patch) | |
tree | 3b9395ba49ff386ea972d382c52b178c9cda08b2 /src/nvim/quickfix.h | |
parent | a0acb2e19521298b3d80aa1cfaaef5f476218e01 (diff) | |
download | rneovim-22932d8ac22f6dba3b3df068c6932bf3ad478d92.tar.gz rneovim-22932d8ac22f6dba3b3df068c6932bf3ad478d92.tar.bz2 rneovim-22932d8ac22f6dba3b3df068c6932bf3ad478d92.zip |
refactor/single-include (#6586)
Diffstat (limited to 'src/nvim/quickfix.h')
-rw-r--r-- | src/nvim/quickfix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/quickfix.h b/src/nvim/quickfix.h index bb9c2c3193..fdeb8d1a2f 100644 --- a/src/nvim/quickfix.h +++ b/src/nvim/quickfix.h @@ -1,6 +1,9 @@ #ifndef NVIM_QUICKFIX_H #define NVIM_QUICKFIX_H +#include "nvim/types.h" +#include "nvim/ex_cmds_defs.h" + /* flags for skip_vimgrep_pat() */ #define VGR_GLOBAL 1 #define VGR_NOJUMP 2 |