diff options
Diffstat (limited to 'packet-mip.c')
-rw-r--r-- | packet-mip.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/packet-mip.c b/packet-mip.c index a3940d58db..eb9ea4da85 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.31 2002/07/17 00:42:41 guy Exp $ + * $Id: packet-mip.c,v 1.32 2002/08/02 23:35:54 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -30,14 +30,6 @@ #include <stdio.h> #include <stdlib.h> -#ifdef HAVE_SYS_TYPES_H -# include <sys/types.h> -#endif - -#ifdef HAVE_NETINET_IN_H -# include <netinet/in.h> -#endif - #include <string.h> #include <glib.h> #include <time.h> |