From 8c1e28c0b72e87031ce87ad350dddb5565c02f1e Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 29 Jan 2020 22:28:13 +0000 Subject: [PATCH] tshark: remove unnecessary sys/capability.h include Since dumpcap was split off tshark, tshark never had the need to use file capabilities. Remove the unused header. Change-Id: I76e9d09599a4276d4be5ba105d7c6e28e9dd96da Reviewed-on: https://code.wireshark.org/review/35984 Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte --- tshark.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tshark.c b/tshark.c index 7473d3b5a6..d67b0feff0 100644 --- a/tshark.c +++ b/tshark.c @@ -32,10 +32,6 @@ #include #endif -#ifdef HAVE_LIBCAP -# include -#endif - #ifndef HAVE_GETOPT_LONG #include "wsutil/wsgetopt.h" #endif