diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2014-02-25 17:53:08 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2014-02-25 17:53:08 +0400 |
commit | 69f6f4392a3dd9b25467da61bf112d34cc7d558d (patch) | |
tree | 9b8245db52bcc98c39b6a18a82af29955c069896 /print-mpls.c | |
parent | fe4aac1bbf861d265185ca169127f77897d676c8 (diff) | |
download | tcpdump-69f6f4392a3dd9b25467da61bf112d34cc7d558d.tar.gz |
don't include addrtoname.h needlessly
Diffstat (limited to 'print-mpls.c')
-rw-r--r-- | print-mpls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print-mpls.c b/print-mpls.c index 245d0298..8862e4b0 100644 --- a/print-mpls.c +++ b/print-mpls.c @@ -36,7 +36,6 @@ #include <stdlib.h> #include <string.h> -#include "addrtoname.h" #include "interface.h" #include "extract.h" /* must come after interface.h */ #include "mpls.h" |