aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/sign.h
blob: 6e75a4e62b088483fa75fc2a7d39771cdf811858 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef NVIM_SIGN_H
#define NVIM_SIGN_H

#include <stdbool.h>

#include "nvim/buffer_defs.h"
#include "nvim/eval/funcs.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/sign_defs.h"


#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "sign.h.generated.h"
#endif
#endif  // NVIM_SIGN_H