diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-27 20:58:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 20:58:37 +0800 |
commit | 38a20dd89f91c45ec8589bf1c50d50732882d38a (patch) | |
tree | aad537751c8696c4a384984074b1a15fe60c6004 /src/nvim/shada.c | |
parent | acf525287950277e7b83794184e3df5dcfdecc48 (diff) | |
download | rneovim-38a20dd89f91c45ec8589bf1c50d50732882d38a.tar.gz rneovim-38a20dd89f91c45ec8589bf1c50d50732882d38a.tar.bz2 rneovim-38a20dd89f91c45ec8589bf1c50d50732882d38a.zip |
build(IWYU): replace most private mappings with pragmas (#26247)
Diffstat (limited to 'src/nvim/shada.c')
-rw-r--r-- | src/nvim/shada.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/shada.c b/src/nvim/shada.c index 81b6bf2ff9..9a0d322a9a 100644 --- a/src/nvim/shada.c +++ b/src/nvim/shada.c @@ -41,7 +41,7 @@ #include "nvim/option.h" #include "nvim/option_vars.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/time.h" #include "nvim/path.h" |