blob: a5acc56c7c0733533af4185e30672d9fc7ca7484 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#pragma once
#include "nvim/api/private/defs.h" // IWYU pragma: export
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/private/converter.h.generated.h"
#endif
|