From 0a514776ce66ea54d745f0b4c2c3096a499784a0 Mon Sep 17 00:00:00 2001 From: superp00t Date: Tue, 1 Apr 2025 15:42:39 -0400 Subject: [PATCH] fix(time): remove include for missing file --- common/time/mac/Time.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/time/mac/Time.cpp b/common/time/mac/Time.cpp index 29cd765..f7423af 100644 --- a/common/time/mac/Time.cpp +++ b/common/time/mac/Time.cpp @@ -1,7 +1,6 @@ #if defined(WHOA_SYSTEM_MAC) #include "common/time/Time.hpp" -#include "common/time/GetAsyncTimeMs.hpp" #include #include @@ -33,4 +32,4 @@ void OsSleep(uint32_t duration) { usleep(duration); } -#endif \ No newline at end of file +#endif