blob: c68081da029545417689127ec7840387efd76266 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_OS_FS_H
#define NVIM_OS_FS_H
#include "nvim/os/fs_defs.h" // for uv_*
#include "nvim/types.h" // for char_u
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/fs.h.generated.h"
#endif
#endif // NVIM_OS_FS_H
|