blob: 927437b2dbbe8b23232e9dfe964238a40bca4da2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NVIM_OS_SIGNAL_H
#define NVIM_OS_SIGNAL_H
#include "nvim/os/event_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/signal.h.generated.h"
#endif
#endif // NVIM_OS_SIGNAL_H
|