aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-03-04 07:19:43 +0000
committerGuy Harris <guy@alum.mit.edu>2010-03-04 07:19:43 +0000
commit25d49313ccc74ff607ef374753c6b1e74b39a660 (patch)
tree94ecce73b6be971a28692435ee12c778f0eeb46c /tshark.c
parentb507e40fa78d7411c01807f47bf17abc7c553ade (diff)
"capture-pcap-util.h" include <pcap.h>, and <pcap.h>, for better or
worse, has no include-once guards; include it only once. svn path=/trunk/; revision=32110
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index a7dc8b2e0e..3d82b86a4e 100644
--- a/tshark.c
+++ b/tshark.c
@@ -89,7 +89,6 @@
#ifdef HAVE_LIBPCAP
#include "capture_ui_utils.h"
-#include <pcap.h>
#include "capture-pcap-util.h"
#ifdef _WIN32
#include "capture-wpcap.h"