aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/input.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-12-23 05:43:52 -0800
committerGitHub <noreply@github.com>2024-12-23 05:43:52 -0800
commit2a7d0ed6145bf3f8b139c2694563f460f829813a (patch)
tree8bb488f7cb612ecf56ccea2c62042012584eba68 /src/nvim/input.c
parent55c5d0de262b8a9eb03a65f6e6f45e8d26213eb4 (diff)
downloadrneovim-2a7d0ed6145bf3f8b139c2694563f460f829813a.tar.gz
rneovim-2a7d0ed6145bf3f8b139c2694563f460f829813a.tar.bz2
rneovim-2a7d0ed6145bf3f8b139c2694563f460f829813a.zip
refactor: iwyu #31637
Result of `make iwyu` (after some "fixups").
Diffstat (limited to 'src/nvim/input.c')
-rw-r--r--src/nvim/input.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/input.c b/src/nvim/input.c
index 0c1a8af45f..5a3a791de4 100644
--- a/src/nvim/input.c
+++ b/src/nvim/input.c
@@ -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"