aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/charset.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-01-26 16:42:00 -0800
committerGitHub <noreply@github.com>2020-01-26 16:42:00 -0800
commit88f133c30d4b46e371f0cdb0797113cbbca9cc59 (patch)
tree01deb1a7d2d38bb5b150e7fbd6b5f9f3bfc6b28b /src/nvim/charset.c
parent9dc3247850d057bca3250f26ca8d0578d6b35455 (diff)
parent0e1dd0a502c4a1b83dd5c338566fc097958f6eb5 (diff)
downloadrneovim-88f133c30d4b46e371f0cdb0797113cbbca9cc59.tar.gz
rneovim-88f133c30d4b46e371f0cdb0797113cbbca9cc59.tar.bz2
rneovim-88f133c30d4b46e371f0cdb0797113cbbca9cc59.zip
Merge #11763 'spell: remove non-UTF8 dead code'
Diffstat (limited to 'src/nvim/charset.c')
-rw-r--r--src/nvim/charset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/charset.c b/src/nvim/charset.c
index e9140f8ec5..0f9e2e23c0 100644
--- a/src/nvim/charset.c
+++ b/src/nvim/charset.c
@@ -8,7 +8,6 @@
#include <assert.h>
#include <string.h>
#include <wctype.h>
-#include <wchar.h> // for towupper() and towlower()
#include <inttypes.h>
#include "nvim/vim.h"