mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
@@ -1,7 +1,6 @@
|
||||
// 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>
|
||||
@@ -10,7 +9,6 @@
|
||||
#include "nvim/getchar.h"
|
||||
#include "nvim/gettext_defs.h"
|
||||
#include "nvim/globals.h"
|
||||
#include "nvim/highlight.h"
|
||||
#include "nvim/highlight_defs.h"
|
||||
#include "nvim/input.h"
|
||||
#include "nvim/keycodes.h"
|
||||
|
Reference in New Issue
Block a user