aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/if_cscope.c
diff options
context:
space:
mode:
authorkylo252 <59826753+kylo252@users.noreply.github.com>2022-04-27 06:38:12 +0200
committerGitHub <noreply@github.com>2022-04-26 21:38:12 -0700
commit0d41c4dee126b6d93ee8ed82302af47df9a50576 (patch)
tree6c85945ef14d2239a0f5501ed6c37caa55745f21 /src/nvim/if_cscope.c
parent5f3018fa1a7a97d1f961f4c33e5ae418c19202ef (diff)
downloadrneovim-0d41c4dee126b6d93ee8ed82302af47df9a50576.tar.gz
rneovim-0d41c4dee126b6d93ee8ed82302af47df9a50576.tar.bz2
rneovim-0d41c4dee126b6d93ee8ed82302af47df9a50576.zip
refactor(build): remove unused includes #17078
Remove unused includes in src/nvim/buffer.c|h using the IWYU library. Yet another step towards #6371 and #549
Diffstat (limited to 'src/nvim/if_cscope.c')
-rw-r--r--src/nvim/if_cscope.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c
index 093ca238f1..e0372c5632 100644
--- a/src/nvim/if_cscope.c
+++ b/src/nvim/if_cscope.c
@@ -32,6 +32,7 @@
#include "nvim/quickfix.h"
#include "nvim/strings.h"
#include "nvim/tag.h"
+#include "nvim/window.h"
#if defined(UNIX)
# include <sys/wait.h>
#endif