Get rid of no-longer-necessary includes of <sys/time.h>.

svn path=/trunk/; revision=3936
This commit is contained in:
Guy Harris 2001-09-14 07:23:34 +00:00
parent ce626b31af
commit 07c2ce1bad
4 changed files with 4 additions and 20 deletions

View File

@ -1,7 +1,7 @@
/* column-utils.c
* Routines for column utilities.
*
* $Id: column-utils.c,v 1.5 2001/09/14 07:10:10 guy Exp $
* $Id: column-utils.c,v 1.6 2001/09/14 07:23:33 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -30,10 +30,6 @@
#include <string.h>
#include <time.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif

View File

@ -1,7 +1,7 @@
/* ftypes.h
* Definitions for field types
*
* $Id: ftypes.h,v 1.4 2001/09/14 07:10:13 guy Exp $
* $Id: ftypes.h,v 1.5 2001/09/14 07:23:34 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -113,10 +113,6 @@ ftype_can_le(enum ftenum ftype);
#include "ipv4.h"
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#ifdef HAVE_WINSOCK_H
#include <winsock.h>
#endif

View File

@ -1,7 +1,7 @@
/* to_str.c
* Routines for utilities to convert various other types to strings.
*
* $Id: to_str.c,v 1.12 2001/09/14 07:10:10 guy Exp $
* $Id: to_str.c,v 1.13 2001/09/14 07:23:33 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -33,10 +33,6 @@
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#ifdef HAVE_WINSOCK_H
# include <winsock.h> /* for "u_char" */
#endif

View File

@ -1,7 +1,7 @@
/* value_string.c
* Routines for value_strings
*
* $Id: value_string.c,v 1.2 2001/04/02 02:30:06 guy Exp $
* $Id: value_string.c,v 1.3 2001/09/14 07:23:33 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -29,10 +29,6 @@
#include <stdio.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#ifdef NEED_SNPRINTF_H
# include "snprintf.h"
#endif