aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2023-08-12 15:12:16 -0700
committerGuy Harris <gharris@sonic.net>2023-08-12 15:12:16 -0700
commitba3fe23ea80a163b92ef4453f26568398adbc9f4 (patch)
tree320721924b66b524a1526e0a759a8ca1f7431eb3 /extcap.c
parentc3fe4c8fd86dec526e954f6d6613fe4b78c5c687 (diff)
Get rid of a no-longer-needed header.
The include of <sys/wait.h> 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 <sys/wait.h>.
Diffstat (limited to 'extcap.c')
-rw-r--r--extcap.c3
1 files changed, 0 insertions, 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 <sys/types.h>
-#ifdef HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#endif
#include <glib.h>