mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +00:00
refactor: eliminate cyclic includes
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user