aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-27 20:58:37 +0800
committerGitHub <noreply@github.com>2023-11-27 20:58:37 +0800
commit38a20dd89f91c45ec8589bf1c50d50732882d38a (patch)
treeaad537751c8696c4a384984074b1a15fe60c6004 /src/nvim/eval
parentacf525287950277e7b83794184e3df5dcfdecc48 (diff)
downloadrneovim-38a20dd89f91c45ec8589bf1c50d50732882d38a.tar.gz
rneovim-38a20dd89f91c45ec8589bf1c50d50732882d38a.tar.bz2
rneovim-38a20dd89f91c45ec8589bf1c50d50732882d38a.zip
build(IWYU): replace most private mappings with pragmas (#26247)
Diffstat (limited to 'src/nvim/eval')
-rw-r--r--src/nvim/eval/funcs.c2
-rw-r--r--src/nvim/eval/window.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/eval/funcs.c b/src/nvim/eval/funcs.c
index 98deb7b32b..53fad45d04 100644
--- a/src/nvim/eval/funcs.c
+++ b/src/nvim/eval/funcs.c
@@ -90,7 +90,7 @@
#include "nvim/optionstr.h"
#include "nvim/os/dl.h"
#include "nvim/os/fileio.h"
-#include "nvim/os/fs_defs.h"
+#include "nvim/os/fs.h"
#include "nvim/os/os.h"
#include "nvim/os/pty_process.h"
#include "nvim/os/shell.h"
diff --git a/src/nvim/eval/window.h b/src/nvim/eval/window.h
index 8502978ac1..fa9b9c41d4 100644
--- a/src/nvim/eval/window.h
+++ b/src/nvim/eval/window.h
@@ -11,7 +11,7 @@
#include "nvim/mark.h"
#include "nvim/option_defs.h"
#include "nvim/option_vars.h"
-#include "nvim/os/os.h"
+#include "nvim/os/fs.h"
#include "nvim/pos.h"
#include "nvim/vim.h"
#include "nvim/window.h"