aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-30 22:48:15 +0800
committerGitHub <noreply@github.com>2023-11-30 22:48:15 +0800
commita6f26c86cb74222fe2449f8a035f29b0ee45c98e (patch)
treef1aaea14334440a65d7307ec9f4acb614129679d /src/nvim/path.c
parent884a83049b2c33e2b3b6cc5c9c7f6bf820b24a3d (diff)
downloadrneovim-a6f26c86cb74222fe2449f8a035f29b0ee45c98e.tar.gz
rneovim-a6f26c86cb74222fe2449f8a035f29b0ee45c98e.tar.bz2
rneovim-a6f26c86cb74222fe2449f8a035f29b0ee45c98e.zip
refactor(IWYU): fix includes for cmdhist.h (#26324)
Diffstat (limited to 'src/nvim/path.c')
-rw-r--r--src/nvim/path.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/path.c b/src/nvim/path.c
index 100d66dfff..28de003212 100644
--- a/src/nvim/path.c
+++ b/src/nvim/path.c
@@ -15,9 +15,7 @@
#include "nvim/ex_docmd.h"
#include "nvim/file_search.h"
#include "nvim/fileio.h"
-#include "nvim/func_attr.h"
#include "nvim/garray.h"
-#include "nvim/garray_defs.h"
#include "nvim/gettext.h"
#include "nvim/globals.h"
#include "nvim/macros_defs.h"