summaryrefslogtreecommitdiff
path: root/rawshark.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 /rawshark.c
parentb507e40fa78d7411c01807f47bf17abc7c553ade (diff)
downloadwireshark-25d49313ccc74ff607ef374753c6b1e74b39a660.tar.gz
"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 'rawshark.c')
-rw-r--r--rawshark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rawshark.c b/rawshark.c
index 512753022e..cdc293f741 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -107,7 +107,6 @@
#include <wiretap/pcap-encap.h>
#ifdef HAVE_LIBPCAP
-#include <pcap.h>
#include <setjmp.h>
#include "capture-pcap-util.h"
#include "pcapio.h"