From ba3fe23ea80a163b92ef4453f26568398adbc9f4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 12 Aug 2023 15:12:16 -0700 Subject: Get rid of a no-longer-needed header. The include of was added to get WIFEXITED defined; we no longer use WIFEXITED or any other such macros, and we don't call any of the wait() routines, so we shouldn't need . --- extcap.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/extcap.c b/extcap.c index 4a1378e28b..65d9edb1af 100644 --- a/extcap.c +++ b/extcap.c @@ -27,9 +27,6 @@ #endif #include -#ifdef HAVE_SYS_WAIT_H -#include -#endif #include -- cgit v1.2.3