From f26533e666945befedcdc71952a5a3fca1c4c666 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sun, 22 Feb 2026 15:46:35 +1100 Subject: refactor(*): Change include brackets from "" to <> --- include/tinyff/dbg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/tinyff/dbg.h') diff --git a/include/tinyff/dbg.h b/include/tinyff/dbg.h index e432262..d109534 100644 --- a/include/tinyff/dbg.h +++ b/include/tinyff/dbg.h @@ -12,8 +12,8 @@ #include #include -#include "result.h" -#include "common.h" +#include +#include static FILE *intff_debug_stream = NULL; -- cgit v1.2.3