aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-09-14 07:23:34 +0000
committerGuy Harris <guy@alum.mit.edu>2001-09-14 07:23:34 +0000
commit07c2ce1bad401f47fa3aa1d9c4ddff37be3b20d6 (patch)
tree9f7983f988d2ba0c82c2dd721401519e45d7e2e5 /epan/to_str.c
parentce626b31afa8640e1123ab9a1722b74bf44cacb5 (diff)
Get rid of no-longer-necessary includes of <sys/time.h>.
svn path=/trunk/; revision=3936
Diffstat (limited to 'epan/to_str.c')
-rw-r--r--epan/to_str.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/epan/to_str.c b/epan/to_str.c
index 5e13e735a2..642b0e26b7 100644
--- a/epan/to_str.c
+++ b/epan/to_str.c
@@ -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