summary refs log tree commit diff
path: root/edit.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-20 18:51:11 -0400
committerJune McEnroe <june@causal.agency>2018-08-20 18:51:11 -0400
commit3e66bcf50ad23adc9c7d3ca2b6da8140eb6870ae (patch)
treea28a0fe093514f0622746552b9be121901170df2 /edit.c
parentAdd wcsnchr, wcsnrchr, awcsntombs (diff)
downloadcatgirl-3e66bcf50ad23adc9c7d3ca2b6da8140eb6870ae.tar.gz
catgirl-3e66bcf50ad23adc9c7d3ca2b6da8140eb6870ae.zip
Remove unnecessary include
Diffstat (limited to '')
-rw-r--r--edit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/edit.c b/edit.c
index 782f449..3ee0a73 100644
--- a/edit.c
+++ b/edit.c
@@ -19,7 +19,6 @@
 #include <stdlib.h>
 #include <sysexits.h>
 #include <wchar.h>
-#include <wctype.h>
 
 #include "chat.h"
 
2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe