forked from vieter-v/libvieter
chore: some reorganising
This commit is contained in:
parent
13a63d548c
commit
d11d074960
4 changed files with 7 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef VIETER_CRON
|
||||
#define VIETER_CRON
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef VIETER_HEAP
|
||||
#define VIETER_HEAP
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct vieter_heap vieter_heap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue