diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-07-27 07:46:22 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-09-11 22:27:45 -0400 |
commit | 6508215b5cde0b1e555d1da6a7cf61f3b1095a48 (patch) | |
tree | 6c99c8a77b9218adf1de74a8a6a805a2e6cac6a2 /src/nvim/eval/typval.h | |
parent | 11fe132dd9c2e7d9613a24bf6f976557a924c3a2 (diff) | |
download | rneovim-6508215b5cde0b1e555d1da6a7cf61f3b1095a48.tar.gz rneovim-6508215b5cde0b1e555d1da6a7cf61f3b1095a48.tar.bz2 rneovim-6508215b5cde0b1e555d1da6a7cf61f3b1095a48.zip |
Remove excess <stdint.h>
Diffstat (limited to 'src/nvim/eval/typval.h')
-rw-r--r-- | src/nvim/eval/typval.h | 2 |
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" |