Removed unused include

This commit is contained in:
Snaipe 2016-02-06 17:38:35 +01:00
parent 1980319d0d
commit 5e2d8fe57b

View file

@ -295,8 +295,6 @@ static struct client_ctx *spawn_next_client(struct server_ctx *sctx, ccrContext
return add_client_from_worker(sctx, &new_ctx, w);
}
#include <stdio.h>
static void run_tests_async(struct criterion_test_set *set,
struct criterion_global_stats *stats,
int socket) {