commit 1b4ba2b3039b3bb984d46cd411ddbf5d98f65990 parent 1004778757d8a1316800c6abc9bd4741c76443df Author: FRIGN <dev@frign.de> Date: Mon, 9 Feb 2015 00:20:02 +0100 Remove wchar.h from unexpand(1) not needed any more. Diffstat:
M | unexpand.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/unexpand.c b/unexpand.c @@ -2,7 +2,6 @@ #include <stdint.h> #include <stdio.h> #include <stdlib.h> -#include <wchar.h> #include "utf.h" #include "util.h"