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_MULTI_THREAD_EXECUTOR_H_
#define PLATFORM_IMPL_APPLE_MULTI_THREAD_EXECUTOR_H_
#ifdef __cplusplus
#import "internal/platform/implementation/apple/scheduled_executor.h"
#include "internal/platform/implementation/submittable_executor.h"
@@ -43,5 +42,4 @@ class MultiThreadExecutor : public api::SubmittableExecutor {
} // namespace apple
} // namespace nearby
#endif
#endif // PLATFORM_IMPL_APPLE_MULTI_THREAD_EXECUTOR_H_