aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_daemon.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-04-07 21:50:20 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-04-07 21:50:20 +0000
commit5cab359556eb6cbf0a38db6dd615e7789874194d (patch)
tree7d4491ab9d7a3d836075d22fc53689525a8e9b58 /src/microhttpd/test_daemon.c
parent5fe37b899b0f62e7a6281f34b7921be007e289e2 (diff)
downloadlibmicrohttpd-5cab359556eb6cbf0a38db6dd615e7789874194d.tar.gz
libmicrohttpd-5cab359556eb6cbf0a38db6dd615e7789874194d.zip
Fixed MHD base tests with non-default path to GnuTLS includes, removed duplicated include
Diffstat (limited to 'src/microhttpd/test_daemon.c')
-rw-r--r--src/microhttpd/test_daemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microhttpd/test_daemon.c b/src/microhttpd/test_daemon.c
index 8608a112..4382111f 100644
--- a/src/microhttpd/test_daemon.c
+++ b/src/microhttpd/test_daemon.c
@@ -25,7 +25,6 @@
25 */ 25 */
26 26
27#include "platform.h" 27#include "platform.h"
28#include "platform.h"
29#include "microhttpd.h" 28#include "microhttpd.h"
30#include <stdlib.h> 29#include <stdlib.h>
31#include <string.h> 30#include <string.h>