diff options
author | Guy Harris <guy@alum.mit.edu> | 2016-08-18 11:44:53 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2016-08-18 11:44:53 -0700 |
commit | f7fd2f4f8dff59057816e6b4c54b8cbd8ed2b41d (patch) | |
tree | c5e08be21a4ec4c4b6d31401b9aabb342c9b7ddd /savefile.c | |
parent | 6aa0f48883bf69a5c8fb09532ec47edfb9750ee7 (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -53,7 +53,6 @@ #include <string.h> #include "pcap-int.h" -#include "pcap/usb.h" #ifdef HAVE_OS_PROTO_H #include "os-proto.h" |