mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00

Closes #6463 refactor/single-include: file_search.h Closes #6455 refactor/single-include: hardcopy.h Closes #6457 refactor/single-include: if_cscope.h Closes #6458 refactor/single-include: mark.h Closes #6461 refactor/single-include: mbyte.h Closes #6462 refactor/single-include: memline.h Closes #6464 refactor/single-include: menu.h Closes #6468 refactor/single-include: ops.h Closes #6470
11 lines
258 B
C
11 lines
258 B
C
#ifndef NVIM_IF_CSCOPE_H
|
|
#define NVIM_IF_CSCOPE_H
|
|
|
|
#include "nvim/types.h" // for char_u and expand_T
|
|
#include "nvim/ex_cmds_defs.h" // for exarg_T
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "if_cscope.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_IF_CSCOPE_H
|