1#ifndef NVIM_SIGN_H
2#define NVIM_SIGN_H
3
4#include <stdbool.h>
5#include "nvim/buffer_defs.h"
6#include "nvim/ex_cmds_defs.h"
7#include "nvim/sign_defs.h"
8
9
10#ifdef INCLUDE_GENERATED_DECLARATIONS
11# include "sign.h.generated.h"
12#endif
13#endif // NVIM_SIGN_H
14