blob: f7695d1b946c06fcaa0fd91490f6771edac1ae05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#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
|