1#ifndef NVIM_EVENT_RSTREAM_H
2#define NVIM_EVENT_RSTREAM_H
3
4#include <stdbool.h>
5#include <stddef.h>
6
7#include <uv.h>
8
9#include "nvim/event/loop.h"
10#include "nvim/event/stream.h"
11
12
13#ifdef INCLUDE_GENERATED_DECLARATIONS
14# include "event/rstream.h.generated.h"
15#endif
16#endif // NVIM_EVENT_RSTREAM_H
17