refactor(IWYU): move marktree types to marktree_defs.h (#26402)

This commit is contained in:
zeertzjq
2023-12-05 20:05:12 +08:00
committed by GitHub
parent 0b74ad0a64
commit 1457272726
14 changed files with 112 additions and 112 deletions

View File

@@ -26,7 +26,7 @@ typedef struct {
#include "nvim/map_defs.h"
#include "nvim/mapping_defs.h"
#include "nvim/mark_defs.h"
#include "nvim/marktree.h"
#include "nvim/marktree_defs.h"
#include "nvim/option_vars.h"
#include "nvim/pos_defs.h"
#include "nvim/statusline_defs.h"