]> The Tcpdump Group git mirrors - libpcap/commitdiff
No need to include pcap/usb.h.
authorGuy Harris <[email protected]>
Thu, 18 Aug 2016 18:44:53 +0000 (11:44 -0700)
committerGuy Harris <[email protected]>
Thu, 18 Aug 2016 18:44:53 +0000 (11:44 -0700)
The code that byte-swaps the USB header if necessary is now in
pcap-common.c.

savefile.c

index ce60ab9399fe3ea07fb02976f4315708050063ae..c0f1acb5b0658bed4816dba9b48e3d2cb235d98f 100644 (file)
@@ -53,7 +53,6 @@
 #include <string.h>
 
 #include "pcap-int.h"
-#include "pcap/usb.h"
 
 #ifdef HAVE_OS_PROTO_H
 #include "os-proto.h"