blob: 34ee1d10dfadc4ab812486ebd9c797ca30ce60ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_TESTING_H
#define NVIM_TESTING_H
#include "nvim/eval/typval.h"
#include "nvim/eval/funcs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "testing.h.generated.h"
#endif
#endif // NVIM_TESTING_H
|