From 77aa9a3259ddfd6c64534d63424d5b0fa3010900 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Fri, 22 May 2026 09:43:59 +1000 Subject: refactor: move benches to include directory --- include/tinyff/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tinyff/common.h') diff --git a/include/tinyff/common.h b/include/tinyff/common.h index 1efe930..d4215ed 100644 --- a/include/tinyff/common.h +++ b/include/tinyff/common.h @@ -10,7 +10,7 @@ #ifdef USE_BENCH -#include +#include #define FF_BENCH_MARK(ctx, label) \ do { \ -- cgit v1.2.3