mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Remove #ifdef __cplusplus guards
PiperOrigin-RevId: 504553878
This commit is contained in:
committed by
Copybara-Service
parent
361af2691d
commit
e2e702b68f
@@ -14,7 +14,6 @@
|
||||
|
||||
#ifndef PLATFORM_IMPL_APPLE_TIMER_H_
|
||||
#define PLATFORM_IMPL_APPLE_TIMER_H_
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include <utility>
|
||||
|
||||
@@ -39,5 +38,4 @@ class Timer : public api::Timer {
|
||||
} // namespace apple
|
||||
} // namespace nearby
|
||||
|
||||
#endif
|
||||
#endif // PLATFORM_IMPL_APPLE_TIMER_H_
|
||||
|
||||
Reference in New Issue
Block a user