refactor: eliminate cyclic includes

This commit is contained in:
dundargoc
2023-12-20 14:32:22 +01:00
committed by dundargoc
parent cc6a257c8c
commit 0c120307ca
61 changed files with 107 additions and 70 deletions

View File

@@ -3,9 +3,9 @@
#include <stdbool.h>
#include <stdint.h> // IWYU pragma: keep
#include "nvim/buffer_defs.h"
#include "nvim/marktree_defs.h"
#include "nvim/pos_defs.h" // IWYU pragma: keep
#include "nvim/types_defs.h"
/// Argument for lbr_chartabsize().
typedef struct {