refactor: move hashtab types to hashtab_defs.h (#26262)

This commit is contained in:
zeertzjq
2023-11-28 10:47:22 +08:00
committed by GitHub
parent 3a3474371b
commit 1a8f60c7d2
13 changed files with 230 additions and 226 deletions

View File

@@ -4,7 +4,7 @@
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
#include "nvim/garray_defs.h" // IWYU pragma: keep
#include "nvim/hashtab.h"
#include "nvim/hashtab_defs.h" // IWYU pragma: keep
#include "nvim/option_defs.h" // IWYU pragma: keep
#include "nvim/types_defs.h" // IWYU pragma: keep