blob: b49656bcb8c5dca2ed2b586d734acf2aa1bbe3d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef NVIM_OS_UV_HELPERS_H
#define NVIM_OS_UV_HELPERS_H
#include <uv.h>
#include "nvim/os/wstream_defs.h"
#include "nvim/os/rstream_defs.h"
#include "nvim/os/job_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/uv_helpers.h.generated.h"
#endif
#endif // NVIM_OS_UV_HELPERS_H
|