Skip to content

Commit

Permalink
Stop including mach headers from util/timer.h
Browse files Browse the repository at this point in the history
This was causing PAGE_SIZE to be redefined after it was defined in
emu/memory.h
  • Loading branch information
tbodt committed Apr 19, 2018
1 parent fe04400 commit ab3beea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions util/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
#include <stdbool.h>
#include <time.h>
#include <pthread.h>
#ifdef __MACH__
#include <mach/mach_time.h>
#endif
#include "misc.h"

static inline struct timespec timespec_now() {
Expand Down

0 comments on commit ab3beea

Please sign in to comment.