diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2013-10-29 16:15:21 +0100 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-10-31 14:33:00 +0900 |
commit | 6e043dfb44006b7b48d1f54f907c00417fcf6baf (patch) | |
tree | ee2508db2ad0a7ef5eaa26704b1778ceaab389c6 /src/lib/evil/evil_util.c | |
parent | 3038d41ba1070b3b5c4e682429fbfad4ea4fbea9 (diff) |
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 <cedric.bail@samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/evil/evil_util.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
17 | #include "evil_macro.h" | 17 | #include "evil_macro.h" |
18 | #include "evil_util.h" | 18 | #include "evil_util.h" |
19 | #include "evil_private.h" | 19 | #include "evil_private.h" |
20 | #define APICHAR char | ||
21 | #include "evil_print.h" | ||
22 | 20 | ||
23 | 21 | ||
24 | wchar_t * | 22 | wchar_t * |