great include cleanup

This commit is contained in:
leitner
2025-01-20 18:40:47 +00:00
parent def61cd5ce
commit cf32aafe8a
125 changed files with 194 additions and 186 deletions

View File

@@ -1,4 +1,4 @@
#include "array.h"
#include <libowfat/array.h>
int64 array_bytes(const array* const x) {
if (x->allocated<0) return -1;