summaryrefslogtreecommitdiff
path: root/include/tinyff/dbg.h
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 15:46:35 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 15:46:35 +1100
commitf26533e666945befedcdc71952a5a3fca1c4c666 (patch)
tree6d068bed2393ad2ad3e3b158604e1fcd394cdf76 /include/tinyff/dbg.h
parentc9977fd038d10c50abcfa2f92e07bc5401737bec (diff)
refactor(*): Change include brackets from "" to <>
Diffstat (limited to 'include/tinyff/dbg.h')
-rw-r--r--include/tinyff/dbg.h4
1 files changed, 2 insertions, 2 deletions
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 <stdio.h>
#include <stdarg.h>
-#include "result.h"
-#include "common.h"
+#include <tinyff/result.h>
+#include <tinyff/common.h>
static FILE *intff_debug_stream = NULL;