fs.h (312B)
1 #pragma once 2 3 #include <stddef.h> // IWYU pragma: keep 4 #include <stdint.h> // IWYU pragma: keep 5 #include <stdio.h> // IWYU pragma: keep 6 #include <uv.h> // IWYU pragma: keep 7 8 #include "nvim/os/fs_defs.h" // IWYU pragma: keep 9 #include "nvim/types_defs.h" // IWYU pragma: keep 10 11 #include "os/fs.h.generated.h"