From 1e380f695a39db754c79126be632cbf9c5d46941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 9 Nov 2021 18:15:15 +0100 Subject: Fix obsolete header includes --- fastiv-io-benchmark.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastiv-io-benchmark.c b/fastiv-io-benchmark.c index 85ac44e..250b5c2 100644 --- a/fastiv-io-benchmark.c +++ b/fastiv-io-benchmark.c @@ -15,10 +15,11 @@ // CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. // +#include #include #include -#include "fastiv-view.h" +#include "fastiv-io.h" static double timestamp(void) -- cgit v1.2.3