comparison osdep/timer-darwin.c @ 16985:08cac43f1e38

Unify include paths, -I.. is in CFLAGS.
author diego
date Mon, 14 Nov 2005 00:30:37 +0000
parents 0e350095a07b
children c10db72e1afc
comparison
equal deleted inserted replaced
16984:94b70ab52695 16985:08cac43f1e38
20 #include <time.h> 20 #include <time.h>
21 #include <math.h> 21 #include <math.h>
22 #include <sys/time.h> 22 #include <sys/time.h>
23 #include <mach/mach_time.h> 23 #include <mach/mach_time.h>
24 24
25 #include "../config.h" 25 #include "config.h"
26 #include "../mp_msg.h" 26 #include "mp_msg.h"
27 #include "timer.h" 27 #include "timer.h"
28 28
29 /* global variables */ 29 /* global variables */
30 static double relative_time, startup_time; 30 static double relative_time, startup_time;
31 static double timebase_ratio; 31 static double timebase_ratio;