[Mammoth] Move remaining classes to a shared folder.

This commit is contained in:
Drew Galbraith 2023-11-22 14:39:27 -08:00
parent c42fb858ba
commit 5f8d577948
39 changed files with 55 additions and 56 deletions

View file

@ -1,7 +1,7 @@
#include "ahci/ahci_device.h"
#include <glacier/status/error.h>
#include <mammoth/debug.h>
#include <mammoth/util/debug.h>
#include <string.h>
#include <zcall.h>

View file

@ -1,7 +1,7 @@
#pragma once
#include <glacier/status/error.h>
#include <mammoth/memory_region.h>
#include <mammoth/util/memory_region.h>
#include <ztypes.h>
#include "ahci/ahci.h"

View file

@ -2,7 +2,7 @@
#include <glacier/status/error.h>
#include <glacier/status/error_or.h>
#include <mammoth/debug.h>
#include <mammoth/util/debug.h>
#include <stdint.h>
#include <zcall.h>

View file

@ -1,6 +1,6 @@
#include <mammoth/debug.h>
#include <mammoth/init.h>
#include <mammoth/util/debug.h>
#include <mammoth/util/init.h>
#include <stdint.h>
#include <yellowstone/yellowstone.yunq.client.h>

View file

@ -2,7 +2,7 @@
#include <glacier/memory/move.h>
#include <glacier/status/error.h>
#include <mammoth/debug.h>
#include <mammoth/util/debug.h>
#include <zcall.h>
glcr::ErrorOr<glcr::UniquePtr<DenaliServer>> DenaliServer::Create(

View file

@ -1,7 +1,7 @@
// Generated file -- DO NOT MODIFY.
#include "denali.yunq.server.h"
#include <mammoth/debug.h>
#include <mammoth/util/debug.h>
#include <zcall.h>
namespace {