aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/rstream.h
blob: b2a62acf836c3a30e222f88652c382f1cc3a33eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <stdbool.h>
#include <stddef.h>
#include <uv.h>

#include "nvim/event/loop.h"
#include "nvim/event/stream.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "event/rstream.h.generated.h"
#endif