mirror of
https://github.com/neovim/neovim.git
synced 2025-12-05 14:13:10 +00:00
refactor: fix headers with IWYU
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/ascii_defs.h"
|
||||
#include "nvim/autocmd.h"
|
||||
#include "nvim/buffer.h"
|
||||
#include "nvim/buffer_defs.h"
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "nvim/eval/typval_defs.h"
|
||||
#include "nvim/func_attr.h"
|
||||
#include "nvim/globals.h"
|
||||
#include "nvim/macros.h"
|
||||
#include "nvim/macros_defs.h"
|
||||
#include "nvim/memline.h"
|
||||
#include "nvim/memory.h"
|
||||
#include "nvim/move.h"
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "nvim/sign.h"
|
||||
#include "nvim/types_defs.h"
|
||||
#include "nvim/undo.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/vim_defs.h"
|
||||
|
||||
typedef struct {
|
||||
win_T *cob_curwin_save;
|
||||
|
||||
Reference in New Issue
Block a user