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 'edit.c')
-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"
 
html.sh?id=5e42ec32b98e3f6e19ce10c11cf7c6b85cd48a3a&follow=1'>List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe