test, bench: remove unused includes

This commit is contained in:
Ben Noordhuis 2012-12-14 11:45:39 +01:00
parent f5b6374948
commit a3b57dd598
2 changed files with 0 additions and 8 deletions

View File

@ -21,11 +21,7 @@
#include "uv.h"
#include "task.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h> /* strlen */
#define CONCURRENT_CALLS 10
#define TOTAL_CALLS 10000

View File

@ -21,11 +21,7 @@
#include "uv.h"
#include "task.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h> /* strlen */
#define CONCURRENT_COUNT 10