diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2014-02-26 16:38:53 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2014-02-26 16:38:53 +0400 |
commit | 31892539e3bd8cfa1bb26247970b9b7fc78cb513 (patch) | |
tree | 0bf361047472d213e551e0603822296427327a01 /print-ldp.c | |
parent | f1ba3be3963a45f50dc8f47d8434ea29760138ad (diff) | |
download | tcpdump-31892539e3bd8cfa1bb26247970b9b7fc78cb513.tar.gz |
dismiss decode_prefix.h
The only purpose of that header file was to provide two declarations
that now fit interface.h same well.
Diffstat (limited to 'print-ldp.c')
-rw-r--r-- | print-ldp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print-ldp.c b/print-ldp.c index bff0455f..2d609388 100644 --- a/print-ldp.c +++ b/print-ldp.c @@ -25,7 +25,6 @@ #include <string.h> #include "interface.h" -#include "decode_prefix.h" #include "extract.h" #include "addrtoname.h" |