diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-16 11:50:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 11:50:04 +0800 |
commit | 931f28841c46015cda70909917b4202e7c746492 (patch) | |
tree | d23b36b8043759f345b8ab314d2e6204cb558465 /src/nvim/eval.c | |
parent | bb4b4576e384c71890b4df4fa4f1ae76fad3a59d (diff) | |
download | rneovim-931f28841c46015cda70909917b4202e7c746492.tar.gz rneovim-931f28841c46015cda70909917b4202e7c746492.tar.bz2 rneovim-931f28841c46015cda70909917b4202e7c746492.zip |
refactor: remove B_SPELL macro (#26063)
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r-- | src/nvim/eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 6d2c276df4..ed70091077 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -2,7 +2,6 @@ #include <assert.h> #include <ctype.h> -#include <inttypes.h> #include <math.h> #include <stdio.h> #include <stdlib.h> |