diff options
Diffstat (limited to 'packet-who.c')
-rw-r--r-- | packet-who.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-who.c b/packet-who.c index 5f926ed7f3..66d76b7398 100644 --- a/packet-who.c +++ b/packet-who.c @@ -2,7 +2,7 @@ * Routines for who protocol (see man rwhod) * Gilbert Ramirez <gram@alumni.rice.edu> * - * $Id: packet-who.c,v 1.23 2002/01/24 09:20:52 guy Exp $ + * $Id: packet-who.c,v 1.24 2002/08/02 23:36:04 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -27,10 +27,6 @@ # include "config.h" #endif -#ifdef HAVE_SYS_TYPES_H -# include <sys/types.h> -#endif - #include <string.h> #include <time.h> #include <glib.h> |