diff options
author | Sergei Nikulov <sergey.nikulov@gmail.com> | 2015-03-02 15:58:27 +0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-03-03 14:33:11 +0100 |
commit | 43eb8b28748b71931299ab31d0baa909dbab44a0 (patch) | |
tree | 7a988534e3cf827634ea99f57366faa30883dfd3 /tests/libtest/lib570.c | |
parent | df5578a7a304a23f9aa3670daff8573ec3ef416f (diff) |
libtest: fixed linker errors on msvc
Bug: https://github.com/bagder/curl/pull/144
Diffstat (limited to 'tests/libtest/lib570.c')
-rw-r--r-- | tests/libtest/lib570.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/libtest/lib570.c b/tests/libtest/lib570.c index fe10de54a..93ccab8ea 100644 --- a/tests/libtest/lib570.c +++ b/tests/libtest/lib570.c @@ -20,9 +20,6 @@ * ***************************************************************************/ #include "test.h" - -#include <curl/mprintf.h> - #include "memdebug.h" /* build request url */ |