[Mammoth] Move thread and process to the proc/ folder

This commit is contained in:
Drew Galbraith 2023-11-22 14:10:10 -08:00
parent 99a75a4a76
commit c42fb858ba
14 changed files with 11 additions and 13 deletions

View file

@ -7,7 +7,7 @@
#include "mammoth/ipc/endpoint_client.h"
#include "mammoth/ipc/request_context.h"
#include "mammoth/ipc/response_context.h"
#include "mammoth/thread.h"
#include "mammoth/proc/thread.h"
class EndpointServer {
public: