]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mpls.c
refine the previous change
[tcpdump] / print-mpls.c
index ac9358f60d1b4206024b75b1f91c14115cd9a58d..8862e4b0e97ec7a540ef517d76f292643ce24403 100644 (file)
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-mpls.c,v 1.14 2005-07-05 09:38:19 hannes Exp $ (LBL)";
-#endif
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -41,7 +36,6 @@ static const char rcsid[] _U_ =
 #include <stdlib.h>
 #include <string.h>
 
-#include "addrtoname.h"
 #include "interface.h"
 #include "extract.h"                   /* must come after interface.h */
 #include "mpls.h"