Refactor all Zion decls into one header
This commit is contained in:
parent
7dcbbd671e
commit
5e99dbf7d1
25 changed files with 111 additions and 97 deletions
|
|
@ -3,7 +3,6 @@
|
|||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <zcall.h>
|
||||
#include <zerrors.h>
|
||||
|
||||
void dbgln_internal(const char* str) { // Safe to ignore the result since right
|
||||
// now this doesn't throw.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include "mammoth/init.h"
|
||||
|
||||
#include <zinit.h>
|
||||
#include <ztypes.h>
|
||||
|
||||
#include "mammoth/debug.h"
|
||||
#include "mammoth/port.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#include "mammoth/memory_region.h"
|
||||
|
||||
#include <zcall.h>
|
||||
#include <zinit.h>
|
||||
|
||||
#include "mammoth/debug.h"
|
||||
#include "mammoth/init.h"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
#include "mammoth/process.h"
|
||||
|
||||
#include <zcall.h>
|
||||
#include <zerrors.h>
|
||||
#include <zinit.h>
|
||||
|
||||
#include "mammoth/channel.h"
|
||||
#include "mammoth/debug.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#include "mammoth/thread.h"
|
||||
|
||||
#include <zcall.h>
|
||||
#include <zinit.h>
|
||||
|
||||
#include "mammoth/debug.h"
|
||||
#include "mammoth/init.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue