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

@@ -21,7 +21,7 @@ typedef struct {
#include "nvim/extmark_defs.h"
#include "nvim/garray_defs.h"
#include "nvim/grid_defs.h"
#include "nvim/hashtab.h"
#include "nvim/hashtab_defs.h"
#include "nvim/highlight_defs.h"
#include "nvim/map.h"
#include "nvim/mapping_defs.h"