aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-05-23 18:11:03 +0800
committerGitHub <noreply@github.com>2023-05-23 18:11:03 +0800
commit677e02be4e1255435a39d25a4b12ecbed4fff37b (patch)
tree9411b30ef70fc0682d07c1bc17f3aa697b07b0ac /src/nvim/ex_docmd.c
parent30c02781cac103312e022d62797c08fef0f3e6c1 (diff)
downloadrneovim-677e02be4e1255435a39d25a4b12ecbed4fff37b.tar.gz
rneovim-677e02be4e1255435a39d25a4b12ecbed4fff37b.tar.bz2
rneovim-677e02be4e1255435a39d25a4b12ecbed4fff37b.zip
refactor: fix clang/PVS warnings (#23731)
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r--src/nvim/ex_docmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c
index fcac833e6f..9666d80de2 100644
--- a/src/nvim/ex_docmd.c
+++ b/src/nvim/ex_docmd.c
@@ -48,7 +48,6 @@
#include "nvim/highlight_group.h"
#include "nvim/input.h"
#include "nvim/keycodes.h"
-#include "nvim/lua/secure.h"
#include "nvim/macros.h"
#include "nvim/main.h"
#include "nvim/mark.h"