mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
refactor: remove typval.h from most header files (#23601)
Because typval_defs.h is enough for most of them.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define NVIM_API_PRIVATE_CONVERTER_H
|
||||
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/eval/typval.h"
|
||||
#include "nvim/eval/typval_defs.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "api/private/converter.h.generated.h"
|
||||
|
Reference in New Issue
Block a user