move /src/error.? to /src/util/error.?

This commit is contained in:
2025-10-09 12:08:57 +02:00
parent aa58d931aa
commit cebe0df8a2
8 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
#include <string.h>
#include "../types.h"
#include "../error.h"
#include "../util/error.h"
#include "atrb.h"
int conf_procbuf(const char *restrict buf, char *restrict kout, char *restrict vout, usize len) {