blob: bd6eeed67d0ed49c7fd76a813efc6dc47a1bd704 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NVIM_INDENT_C_H
#define NVIM_INDENT_C_H
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "indent_c.h.generated.h"
#endif
#endif // NVIM_INDENT_C_H
|