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 <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Peter Wu 2020-01-29 22:28:13 +00:00 committed by Alexis La Goutte
parent ec7a84f14e
commit 8c1e28c0b7
1 changed files with 0 additions and 4 deletions

View File

@ -32,10 +32,6 @@
#include <signal.h>
#endif
#ifdef HAVE_LIBCAP
# include <sys/capability.h>
#endif
#ifndef HAVE_GETOPT_LONG
#include "wsutil/wsgetopt.h"
#endif