test, bench: remove unused includes
This commit is contained in:
parent
f5b6374948
commit
a3b57dd598
@ -21,11 +21,7 @@
|
|||||||
|
|
||||||
#include "uv.h"
|
#include "uv.h"
|
||||||
#include "task.h"
|
#include "task.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h> /* strlen */
|
|
||||||
|
|
||||||
|
|
||||||
#define CONCURRENT_CALLS 10
|
#define CONCURRENT_CALLS 10
|
||||||
#define TOTAL_CALLS 10000
|
#define TOTAL_CALLS 10000
|
||||||
|
|||||||
@ -21,11 +21,7 @@
|
|||||||
|
|
||||||
#include "uv.h"
|
#include "uv.h"
|
||||||
#include "task.h"
|
#include "task.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h> /* strlen */
|
|
||||||
|
|
||||||
|
|
||||||
#define CONCURRENT_COUNT 10
|
#define CONCURRENT_COUNT 10
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user