blob: 7cdde3c71af08e28cb094458de229231bf7b2062 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#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
|