From 5807e4a873730fdb245b3c39913fc6acb3779f8a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Jan 2019 17:04:21 +0100 Subject: Clean up includes --- test/bench.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/bench.h') 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 #include +#include static inline double elapsed_s(const struct timespec* start, const struct timespec* end) -- cgit v1.2.1