mirror of
https://github.com/neovim/neovim.git
synced 2026-01-23 13:43:24 +10:00
10 lines
172 B
C
10 lines
172 B
C
#ifndef NVIM_MISC2_H
|
|
#define NVIM_MISC2_H
|
|
|
|
#include "nvim/os/shell.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "misc2.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_MISC2_H
|