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/spell.c | |
parent | 11fe132dd9c2e7d9613a24bf6f976557a924c3a2 (diff) | |
download | rneovim-6508215b5cde0b1e555d1da6a7cf61f3b1095a48.tar.gz rneovim-6508215b5cde0b1e555d1da6a7cf61f3b1095a48.tar.bz2 rneovim-6508215b5cde0b1e555d1da6a7cf61f3b1095a48.zip |
Remove excess <stdint.h>
Diffstat (limited to 'src/nvim/spell.c')
-rw-r--r-- | src/nvim/spell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/spell.c b/src/nvim/spell.c index 760ac2e6c1..0cde781fc3 100644 --- a/src/nvim/spell.c +++ b/src/nvim/spell.c @@ -72,7 +72,6 @@ #include <inttypes.h> #include <limits.h> #include <stdbool.h> -#include <stdint.h> #include <string.h> #include <stdlib.h> #include <wctype.h> |