diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-05-22 09:43:59 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-05-22 09:43:59 +1000 |
| commit | 77aa9a3259ddfd6c64534d63424d5b0fa3010900 (patch) | |
| tree | 3744ec77c3cbe164457d1e421fd4bf7dceff4c02 /include/tinyff/common.h | |
| parent | 4d42b317f4970bd08f9b81fcc184fc015736ff58 (diff) | |
refactor: move benches to include directory
Diffstat (limited to 'include/tinyff/common.h')
| -rw-r--r-- | include/tinyff/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bench.h> +#include <tinyff/bench/bench.h> #define FF_BENCH_MARK(ctx, label) \ do { \ |
