diff options
author | Curtis McEnroe | 2018-08-20 18:51:11 -0400 |
---|---|---|
committer | Curtis McEnroe | 2018-08-20 18:51:11 -0400 |
commit | 3e66bcf50ad23adc9c7d3ca2b6da8140eb6870ae (patch) | |
tree | a28a0fe093514f0622746552b9be121901170df2 /edit.c | |
parent | 4e4eb0de0f50517e3a2892cddcadfbd75da7152f (diff) |
Remove unnecessary include
Diffstat (limited to 'edit.c')
-rw-r--r-- | edit.c | 1 |
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" |