mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
8 lines
156 B
C
8 lines
156 B
C
#ifndef NVIM_QUICKFIX_H
|
|
#define NVIM_QUICKFIX_H
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "quickfix.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_QUICKFIX_H
|