mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
refactor: fix headers with IWYU
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "auto/config.h"
|
||||
#include "nvim/arabic.h"
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/ascii_defs.h"
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/charset.h"
|
||||
#include "nvim/cmdexpand_defs.h"
|
||||
@@ -49,9 +49,9 @@
|
||||
#include "nvim/gettext.h"
|
||||
#include "nvim/globals.h"
|
||||
#include "nvim/grid.h"
|
||||
#include "nvim/iconv.h"
|
||||
#include "nvim/iconv_defs.h"
|
||||
#include "nvim/keycodes.h"
|
||||
#include "nvim/macros.h"
|
||||
#include "nvim/macros_defs.h"
|
||||
#include "nvim/mark.h"
|
||||
#include "nvim/mbyte.h"
|
||||
#include "nvim/mbyte_defs.h"
|
||||
@@ -64,7 +64,7 @@
|
||||
#include "nvim/pos_defs.h"
|
||||
#include "nvim/strings.h"
|
||||
#include "nvim/types_defs.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/vim_defs.h"
|
||||
|
||||
typedef struct {
|
||||
int rangeStart;
|
||||
|
Reference in New Issue
Block a user