mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
build(iwyu): add a few more _defs.h mappings (#25435)
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
// file, manipulations with redo buffer and stuff buffer.
|
||||
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@@ -24,7 +25,6 @@
|
||||
#include "nvim/eval.h"
|
||||
#include "nvim/eval/typval.h"
|
||||
#include "nvim/eval/typval_defs.h"
|
||||
#include "nvim/event/loop.h"
|
||||
#include "nvim/event/multiqueue.h"
|
||||
#include "nvim/ex_cmds.h"
|
||||
#include "nvim/ex_docmd.h"
|
||||
|
Reference in New Issue
Block a user