[Mammoth] Move Mutex and Semaphore to a separate folder.

This commit is contained in:
Drew Galbraith 2023-11-22 13:45:04 -08:00
parent ad5b55bf37
commit f1cbfd18b7
7 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
#include <glacier/memory/shared_ptr.h>
#include <glacier/memory/unique_ptr.h>
#include <glacier/status/error_or.h>
#include <mammoth/semaphore.h>
#include <mammoth/sync/semaphore.h>
#include <mammoth/thread.h>
#include <victoriafalls/victoriafalls.yunq.client.h>