refactor(IWYU): move typedefs out of globals.h (#26322)

This commit is contained in:
zeertzjq
2023-11-30 19:52:23 +08:00
committed by GitHub
parent 3b6dd8608d
commit c8e37a589a
33 changed files with 322 additions and 322 deletions

View File

@@ -4,17 +4,18 @@
#include <stddef.h>
#include <stdint.h>
#include "nvim/buffer_defs.h"
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/channel.h"
#include "nvim/cmdexpand_defs.h"
#include "nvim/cmdexpand_defs.h" // IWYU pragma: keep
#include "nvim/eval/typval_defs.h"
#include "nvim/event/time.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/globals.h"
#include "nvim/hashtab_defs.h"
#include "nvim/macros_defs.h"
#include "nvim/mbyte_defs.h" // IWYU pragma: keep
#include "nvim/os/fileio.h"
#include "nvim/os/stdpaths_defs.h"
#include "nvim/vim_defs.h" // IWYU pragma: keep
#define COPYID_INC 2
#define COPYID_MASK (~0x1)