Rework shared headers

This commit is contained in:
2025-09-05 17:08:40 +02:00
parent 708c53c64d
commit f42c4b7e44
15 changed files with 28 additions and 20 deletions

View File

@ -1,7 +1,7 @@
#include <stddef.h>
#include <stdint.h>
#include "spinlock/spinlock.h"
#include "hdrs/errors.h"
#include "errors.h"
#include "dlmalloc/malloc.h"
#include "ramsd.h"
#include "storedev.h"

View File

@ -3,7 +3,7 @@
#include "storedev.h"
#include "spinlock/spinlock.h"
#include "kprintf.h"
#include "hdrs/errors.h"
#include "errors.h"
#include "dlmalloc/malloc.h"
#include "ramsd.h"
#include "util/util.h"