mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
build(iwyu): add a few more _defs.h mappings (#25435)
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
#include "nvim/eval/typval.h"
|
||||
#include "nvim/eval/typval_defs.h"
|
||||
#include "nvim/eval/userfunc.h"
|
||||
#include "nvim/garray.h"
|
||||
#include "nvim/lua/executor.h"
|
||||
#include "nvim/memory.h"
|
||||
#include "nvim/types.h"
|
||||
@@ -204,6 +203,7 @@ static inline void typval_encode_dict_end(EncodedData *const edata)
|
||||
#define TYPVAL_ENCODE_FIRST_ARG_TYPE EncodedData *const
|
||||
#define TYPVAL_ENCODE_FIRST_ARG_NAME edata
|
||||
#include "nvim/eval/typval_encode.c.h"
|
||||
|
||||
#undef TYPVAL_ENCODE_SCOPE
|
||||
#undef TYPVAL_ENCODE_NAME
|
||||
#undef TYPVAL_ENCODE_FIRST_ARG_TYPE
|
||||
|
Reference in New Issue
Block a user