committed by
Jason Evans
parent
ae45142adc
commit
b41a07c31a
@@ -11,7 +11,6 @@
|
||||
#ifdef _WIN32
|
||||
# include "msvc_compat/strings.h"
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <windows.h>
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* Simple timer, for use in benchmark reporting. */
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
typedef struct {
|
||||
nstime_t t0;
|
||||
nstime_t t1;
|
||||
|
Reference in New Issue
Block a user