[Zion/Mammoth] Move init cap decls to mammoth.

They no longer need to be independent now that we have removed the libc.
This commit is contained in:
Drew Galbraith 2023-12-01 10:42:26 -08:00
parent c209925a3c
commit 642fc4d80d
7 changed files with 14 additions and 19 deletions

View file

@ -1,10 +1,10 @@
#include "file/file.h"
#include <glacier/string/str_split.h>
#include <mammoth/util/init.h>
#include <victoriafalls/victoriafalls.yunq.client.h>
#include <yellowstone/yellowstone.yunq.client.h>
#include <zcall.h>
#include <zglobal.h>
#include "util/debug.h"