[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 {