aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/typval.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/eval/typval.h')
-rw-r--r--src/nvim/eval/typval.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/eval/typval.h b/src/nvim/eval/typval.h
index 823367560a..0b04170cac 100644
--- a/src/nvim/eval/typval.h
+++ b/src/nvim/eval/typval.h
@@ -3,11 +3,9 @@
#include <inttypes.h>
#include <stddef.h>
-#include <stdint.h>
#include <string.h>
#include <stdbool.h>
#include <assert.h>
-#include <limits.h>
#include "nvim/types.h"
#include "nvim/hashtab.h"