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