From c4e08ec3777b78b6f788eec6737524cc5e856107 Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Sun, 31 Aug 2025 16:18:35 +0200 Subject: rename output.h to trace_macros.h --- include/hex_conversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/hex_conversion.h') diff --git a/include/hex_conversion.h b/include/hex_conversion.h index 483cf26..ddeb131 100644 --- a/include/hex_conversion.h +++ b/include/hex_conversion.h @@ -12,7 +12,7 @@ #include #ifdef DEBUGBUILD -#include "output.h" +#include "trace_macros.h" #endif #define ishex_macro(c) ((c>='0' && c <= '9') || (c>='A' && c <= 'F') || (c>='a' && c <= 'f')) -- cgit v1.2.3-70-g09d2