diff options
author | David Robillard <d@drobilla.net> | 2019-01-06 17:04:21 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-01-06 17:04:21 +0100 |
commit | 5807e4a873730fdb245b3c39913fc6acb3779f8a (patch) | |
tree | 0dd771ec001522848c37709a15af8692f9713208 /test/bench.h | |
parent | ef51139dfb60850c9ee4f6d9ea4ea7bfbc4aa15a (diff) | |
download | zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.tar.gz zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.tar.bz2 zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.zip |
Clean up includes
Diffstat (limited to 'test/bench.h')
-rw-r--r-- | test/bench.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bench.h b/test/bench.h index 93d4002..3575633 100644 --- a/test/bench.h +++ b/test/bench.h @@ -16,8 +16,8 @@ #define _POSIX_C_SOURCE 199309L -#include <time.h> #include <sys/time.h> +#include <time.h> static inline double elapsed_s(const struct timespec* start, const struct timespec* end) |