chore: some reorganising

This commit is contained in:
Jef Roosens 2023-01-22 12:35:55 +01:00
parent 13a63d548c
commit d11d074960
4 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,6 @@
#ifndef VIETER_CRON
#define VIETER_CRON
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>

View file

@ -1,7 +1,6 @@
#ifndef VIETER_HEAP
#define VIETER_HEAP
#include <stddef.h>
#include <stdint.h>
typedef struct vieter_heap vieter_heap;