Remove #ifdef __cplusplus guards

PiperOrigin-RevId: 504553878
This commit is contained in:
Nick Bourdakos
2023-01-25 07:14:44 -08:00
committed by Copybara-Service
parent 361af2691d
commit e2e702b68f
10 changed files with 2 additions and 20 deletions
@@ -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_