mirror of
https://github.com/neovim/neovim.git
synced 2026-01-18 11:09:11 +10:00
11 lines
212 B
C
11 lines
212 B
C
#ifndef NVIM_TESTING_H
|
|
#define NVIM_TESTING_H
|
|
|
|
#include "nvim/eval/funcs.h"
|
|
#include "nvim/eval/typval.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "testing.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_TESTING_H
|