1#ifndef NVIM_EVAL_GC_H
2#define NVIM_EVAL_GC_H
3
4#include "nvim/eval/typval.h"
5
6extern dict_T *gc_first_dict;
7extern list_T *gc_first_list;
8
9#ifdef INCLUDE_GENERATED_DECLARATIONS
10# include "eval/gc.h.generated.h"
11#endif
12#endif // NVIM_EVAL_GC_H
13