fix: error headers were needlessly backing out of util/

This commit is contained in:
2025-12-15 09:54:17 +01:00
parent 8bb8671fb0
commit 64b06d88c8

View File

@@ -7,8 +7,7 @@
#include <stdlib.h> #include <stdlib.h>
#include "../types.h" #include "../types.h"
#include "../util/atrb.h" #include "atrb.h"
#include "../util/macro.h"
void error_debug(uint ln, const char *restrict file, const char *restrict fmt, ...); void error_debug(uint ln, const char *restrict file, const char *restrict fmt, ...);
void error_info(uint ln, const char *restrict file, const char *restrict fmt, ...); void error_info(uint ln, const char *restrict file, const char *restrict fmt, ...);