blob: 75c24b8db2632eaea11039b80fb44603c924e182 (
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"
#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/fs.h.generated.h"
#endif
#endif // NVIM_OS_FS_H
|