diff options
Diffstat (limited to 'packet-mip.c')
-rw-r--r-- | packet-mip.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-mip.c b/packet-mip.c index 67db1ba5e9..a3940d58db 100644 --- a/packet-mip.c +++ b/packet-mip.c @@ -2,7 +2,7 @@ * Routines for Mobile IP dissection * Copyright 2000, Stefan Raab <sraab@cisco.com> * - * $Id: packet-mip.c,v 1.30 2002/05/01 08:17:09 guy Exp $ + * $Id: packet-mip.c,v 1.31 2002/07/17 00:42:41 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -42,10 +42,6 @@ #include <glib.h> #include <time.h> -#ifdef NEED_SNPRINTF_H -# include "snprintf.h" -#endif - #include <epan/packet.h> /* Initialize the protocol and registered fields */ |