1#ifndef NVIM_OS_OS_H
2#define NVIM_OS_OS_H
3
4#include <stdbool.h>
5#include <uv.h>
6
7#include "nvim/os/fs_defs.h"
8#include "nvim/os/stdpaths_defs.h"
9#include "nvim/vim.h"
10
11#ifdef INCLUDE_GENERATED_DECLARATIONS
12# include "os/fs.h.generated.h"
13# include "os/mem.h.generated.h"
14# include "os/env.h.generated.h"
15# include "os/users.h.generated.h"
16# include "os/stdpaths.h.generated.h"
17#endif
18
19#endif // NVIM_OS_OS_H
20