about 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"