diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-09-02 11:06:32 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-09-02 11:13:12 +0200 |
commit | 99bf81f9e21deb17c355118b0a941a3d1aba0304 (patch) | |
tree | c86e68d999905f771bc4af7f5ce9c9a6157e8513 /print-ipoib.c | |
parent | 3cfcdc45ed35da92c67fd37acace93a8a0133815 (diff) | |
download | tcpdump-99bf81f9e21deb17c355118b0a941a3d1aba0304.tar.gz |
IPoIB: Remove useless <pcap.h> include
It is already included in "netdissect.h".
Diffstat (limited to 'print-ipoib.c')
-rw-r--r-- | print-ipoib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print-ipoib.c b/print-ipoib.c index bbda3ad6..97d4e952 100644 --- a/print-ipoib.c +++ b/print-ipoib.c @@ -32,7 +32,6 @@ #include <netdissect-stdinc.h> #include <stdio.h> -#include <pcap.h> #include "netdissect.h" #include "extract.h" |