aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/if_cscope.h
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2022-10-08 15:48:07 +0100
committerLewis Russell <lewis6991@gmail.com>2022-10-13 16:37:23 +0100
commit288208257c8d6b3c8dcce7ee6c7b6c7bb7bafb27 (patch)
tree8a4d8f0d54a98d87bb219f54def43a5f0aa5d402 /src/nvim/if_cscope.h
parenteb123b565e201418dd135d2602dc20eea3cead39 (diff)
downloadrneovim-288208257c8d6b3c8dcce7ee6c7b6c7bb7bafb27.tar.gz
rneovim-288208257c8d6b3c8dcce7ee6c7b6c7bb7bafb27.tar.bz2
rneovim-288208257c8d6b3c8dcce7ee6c7b6c7bb7bafb27.zip
feat(cscope)!: remove
Diffstat (limited to 'src/nvim/if_cscope.h')
-rw-r--r--src/nvim/if_cscope.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/nvim/if_cscope.h b/src/nvim/if_cscope.h
deleted file mode 100644
index 8dbc78943f..0000000000
--- a/src/nvim/if_cscope.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef NVIM_IF_CSCOPE_H
-#define NVIM_IF_CSCOPE_H
-
-#include "nvim/ex_cmds_defs.h" // for exarg_T
-#include "nvim/types.h" // for char_u and expand_T
-
-#ifdef INCLUDE_GENERATED_DECLARATIONS
-# include "if_cscope.h.generated.h"
-#endif
-#endif // NVIM_IF_CSCOPE_H