mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 08:56:29 +00:00
build: rework IWYU mapping files
Create mapping to most of the C spec and some POSIX specific functions. This is more robust than relying files shipped with IWYU.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// input.c: high level functions for prompting the user or input
|
||||
// like yes/no or number prompts.
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user