1 #ifndef NVIM_IF_CSCOPE_H
2 #define NVIM_IF_CSCOPE_H
3 
4 #include "nvim/ex_cmds_defs.h"  // for exarg_T
5 #include "nvim/types.h"  // for char_u and expand_T
6 
7 #ifdef INCLUDE_GENERATED_DECLARATIONS
8 # include "if_cscope.h.generated.h"
9 #endif
10 #endif  // NVIM_IF_CSCOPE_H
11