- read $sysconfdir/mime.types in addition (fixes bug #6197 except not with an option)
[apps/madmutt.git] / wcwidth.c
index 5f22b75..89656f8 100644 (file)
--- a/wcwidth.c
+++ b/wcwidth.c
@@ -70,8 +70,6 @@
 
 #include <ctype.h>
 
-#include <wchar.h>
-
 struct interval {
   int first;
   int last;