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