From 79fb65519c25b7d948764bcef73ae92aa1f129b7 Mon Sep 17 00:00:00 2001 From: Pavel Punsky Date: Sun, 5 Mar 2023 23:50:12 -0800 Subject: [PATCH] Remove unused include that breaks OpenBSD (#1165) PR #855 introduced new include It is not required for compilation or turnserver function but breaks OpenBSD build (which does not have this file) This PR removes the include to restore OpenBSD build compatibility Fixes #1162 Test Plan: TBD - need some one to test build --- src/apps/common/apputils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/common/apputils.c b/src/apps/common/apputils.c index 105a574..5be70d4 100644 --- a/src/apps/common/apputils.c +++ b/src/apps/common/apputils.c @@ -43,7 +43,6 @@ #if defined(__unix__) || defined(unix) #include #include -#include #include #endif