refactor: move function macros out of vim_defs.h (#26300)

This commit is contained in:
zeertzjq
2023-11-29 23:10:21 +08:00
committed by GitHub
parent 18c1fd8e9d
commit 86cc791deb
22 changed files with 86 additions and 89 deletions

View File

@@ -16,6 +16,7 @@
#include "nvim/log.h"
#include "nvim/macros_defs.h"
#include "nvim/main.h"
#include "nvim/memory.h"
#include "nvim/option.h"
#include "nvim/option_vars.h"
#include "nvim/os/input.h"
@@ -23,7 +24,6 @@
#include "nvim/strings.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/vim_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "state.c.generated.h" // IWYU pragma: export