mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
Remove unused include
This commit is contained in:
@@ -12,14 +12,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifdef __APPLE__
|
|
||||||
|
|
||||||
#include <sys/time.h>
|
|
||||||
#include <mach/task.h>
|
|
||||||
#include <mach/mach.h>
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef void (*timer_execute_func)(void *ud,void *arg);
|
typedef void (*timer_execute_func)(void *ud,void *arg);
|
||||||
|
|
||||||
#define TIME_NEAR_SHIFT 8
|
#define TIME_NEAR_SHIFT 8
|
||||||
|
|||||||
Reference in New Issue
Block a user