aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cmdexpand.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-16 10:55:54 +0800
committerGitHub <noreply@github.com>2023-11-16 10:55:54 +0800
commitbb4b4576e384c71890b4df4fa4f1ae76fad3a59d (patch)
treecfbee648282a9113496aec14eb7ce144eb791445 /src/nvim/cmdexpand.c
parent326d46f690b383846f136f2a25523cffe2882f27 (diff)
downloadrneovim-bb4b4576e384c71890b4df4fa4f1ae76fad3a59d.tar.gz
rneovim-bb4b4576e384c71890b4df4fa4f1ae76fad3a59d.tar.bz2
rneovim-bb4b4576e384c71890b4df4fa4f1ae76fad3a59d.zip
refactor: iwyu (#26062)
Diffstat (limited to 'src/nvim/cmdexpand.c')
-rw-r--r--src/nvim/cmdexpand.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/cmdexpand.c b/src/nvim/cmdexpand.c
index cba06976c9..487a3ec482 100644
--- a/src/nvim/cmdexpand.c
+++ b/src/nvim/cmdexpand.c
@@ -7,7 +7,6 @@
#include <stdlib.h>
#include <string.h>
-#include "auto/config.h"
#include "nvim/api/private/defs.h"
#include "nvim/api/private/helpers.h"
#include "nvim/arglist.h"
@@ -50,7 +49,6 @@
#include "nvim/os/os.h"
#include "nvim/path.h"
#include "nvim/popupmenu.h"
-#include "nvim/pos.h"
#include "nvim/profile.h"
#include "nvim/regexp.h"
#include "nvim/runtime.h"