From 6e043dfb44006b7b48d1f54f907c00417fcf6baf Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 29 Oct 2013 16:15:21 +0100 Subject: evil: remove libgen and the GNU *printf code (both in mingw-w64). This should reduce the code size of evil and reduce maintainance as mingw does now take care of it. Signed-off-by: Cedric Bail --- src/lib/evil/evil_util.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/evil/evil_util.c') diff --git a/src/lib/evil/evil_util.c b/src/lib/evil/evil_util.c index a02c7c4ff8..0bc6501e67 100644 --- a/src/lib/evil/evil_util.c +++ b/src/lib/evil/evil_util.c @@ -17,8 +17,6 @@ #include "evil_macro.h" #include "evil_util.h" #include "evil_private.h" -#define APICHAR char -#include "evil_print.h" wchar_t * -- cgit v1.2.1