mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 02:46:31 +00:00
8 lines
144 B
C
8 lines
144 B
C
#ifndef NVIM_SHADA_H
|
|
#define NVIM_SHADA_H
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "shada.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_SHADA_H
|