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 | |
| parent | 4e4eb0de0f50517e3a2892cddcadfbd75da7152f (diff) | |
Remove unnecessary include
| -rw-r--r-- | edit.c | 1 | 
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@  #include <stdlib.h>  #include <sysexits.h>  #include <wchar.h> -#include <wctype.h>  #include "chat.h"  | 
