aboutsummaryrefslogtreecommitdiff
path: root/savefile.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-08-18 11:44:53 -0700
committerGuy Harris <guy@alum.mit.edu>2016-08-18 11:44:53 -0700
commitf7fd2f4f8dff59057816e6b4c54b8cbd8ed2b41d (patch)
treec5e08be21a4ec4c4b6d31401b9aabb342c9b7ddd /savefile.c
parent6aa0f48883bf69a5c8fb09532ec47edfb9750ee7 (diff)
No need to include pcap/usb.h.
The code that byte-swaps the USB header if necessary is now in pcap-common.c.
Diffstat (limited to 'savefile.c')
-rw-r--r--savefile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/savefile.c b/savefile.c
index ce60ab93..c0f1acb5 100644
--- a/savefile.c
+++ b/savefile.c
@@ -53,7 +53,6 @@
#include <string.h>
#include "pcap-int.h"
-#include "pcap/usb.h"
#ifdef HAVE_OS_PROTO_H
#include "os-proto.h"