[Mammoth] Move request/response context to ipc/ folder.

This commit is contained in:
Drew Galbraith 2023-11-22 13:56:40 -08:00
parent f1cbfd18b7
commit 99a75a4a76
4 changed files with 2 additions and 4 deletions

View File

@ -5,8 +5,8 @@
#include <ztypes.h>
#include "mammoth/ipc/endpoint_client.h"
#include "mammoth/request_context.h"
#include "mammoth/response_context.h"
#include "mammoth/ipc/request_context.h"
#include "mammoth/ipc/response_context.h"
#include "mammoth/thread.h"
class EndpointServer {

View File

@ -1,7 +1,5 @@
#pragma once
#include <mammoth/memory_region.h>
#include <mammoth/response_context.h>
#include <mammoth/sync/semaphore.h>
#include <stdint.h>