aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ex_eval.c')
-rw-r--r--src/nvim/ex_eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/ex_eval.c b/src/nvim/ex_eval.c
index 5b2a1c5c51..28bc222827 100644
--- a/src/nvim/ex_eval.c
+++ b/src/nvim/ex_eval.c
@@ -8,7 +8,6 @@
/// Functions for Ex command line for the +eval feature.
#include <assert.h>
#include <stdbool.h>
-#include <stdint.h>
#include <inttypes.h>
#include <limits.h>