Files
neovim/src/nvim/sign.h
Andrej Zieger 80f40f0203 lint
2019-05-26 19:32:32 +02:00

14 lines
252 B
C

#ifndef NVIM_SIGN_H
#define NVIM_SIGN_H
#include <stdbool.h>
#include "nvim/buffer_defs.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