From a264028ec71d9096e0aa629113c49c25db89d260 Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Wed, 16 Feb 2022 11:36:17 +0100 Subject: [PATCH] Collapse FreeBSD and OpenBSD cases into one Suggested by @ilya-fedin, thanks! Co-authored-by: ilya-fedin --- src/rtc_base/platform_thread_types.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/rtc_base/platform_thread_types.cc b/src/rtc_base/platform_thread_types.cc index aec96104d..bd6f41d0f 100644 --- a/src/rtc_base/platform_thread_types.cc +++ b/src/rtc_base/platform_thread_types.cc @@ -25,9 +25,7 @@ typedef HRESULT(WINAPI* RTC_SetThreadDescription)(HANDLE hThread, PCWSTR lpThreadDescription); #endif -#if defined(WEBRTC_FREEBSD) -#include -#elif defined(WEBRTC_OPENBSD) +#if defined(WEBRTC_FREEBSD) || defined(WEBRTC_OPENBSD) #include #endif