mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
build(iwyu): add a few more _defs.h mappings (#25435)
This commit is contained in:
@@ -231,12 +231,12 @@
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "auto/config.h"
|
||||
#include "nvim/arglist.h"
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/buffer.h"
|
||||
@@ -265,7 +265,6 @@
|
||||
#include "nvim/spell_defs.h"
|
||||
#include "nvim/spellfile.h"
|
||||
#include "nvim/strings.h"
|
||||
#include "nvim/types.h"
|
||||
#include "nvim/ui.h"
|
||||
#include "nvim/undo.h"
|
||||
#include "nvim/vim.h"
|
||||
|
Reference in New Issue
Block a user