aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/fs.h
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-27 20:27:32 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-27 21:57:51 +0100
commit6c14ae6bfaf51415b555e9a6b85d1d280976358d (patch)
tree466b580b496ff7138407cf3187534a7cbf67a9d1 /src/nvim/os/fs.h
parente3f735ef101d670555f44226614a5c3557053b1f (diff)
downloadrneovim-6c14ae6bfaf51415b555e9a6b85d1d280976358d.tar.gz
rneovim-6c14ae6bfaf51415b555e9a6b85d1d280976358d.tar.bz2
rneovim-6c14ae6bfaf51415b555e9a6b85d1d280976358d.zip
refactor: rename types.h to types_defs.h
Diffstat (limited to 'src/nvim/os/fs.h')
-rw-r--r--src/nvim/os/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/fs.h b/src/nvim/os/fs.h
index 3e910be801..8ba0177909 100644
--- a/src/nvim/os/fs.h
+++ b/src/nvim/os/fs.h
@@ -6,7 +6,7 @@
#include <uv.h> // IWYU pragma: keep
#include "nvim/os/fs_defs.h" // IWYU pragma: export
-#include "nvim/types.h"
+#include "nvim/types_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/fs.h.generated.h"