mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
refactor: move hashtab types to hashtab_defs.h (#26262)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user