diff options
Diffstat (limited to 'lib/event.c')
| -rw-r--r-- | lib/event.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/event.c b/lib/event.c index d3bc0205ae..4121c0a448 100644 --- a/lib/event.c +++ b/lib/event.c @@ -55,11 +55,6 @@ static int event_timer_cmp(const struct event *a, const struct event *b) DECLARE_HEAP(event_timer_list, struct event, timeritem, event_timer_cmp); -#if defined(__APPLE__) -#include <mach/mach.h> -#include <mach/mach_time.h> -#endif - #define AWAKEN(m) \ do { \ const unsigned char wakebyte = 0x01; \ |
