aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftypes.h
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/ftypes/ftypes.h
parentce626b31afa8640e1123ab9a1722b74bf44cacb5 (diff)
Get rid of no-longer-necessary includes of <sys/time.h>.
svn path=/trunk/; revision=3936
Diffstat (limited to 'epan/ftypes/ftypes.h')
-rw-r--r--epan/ftypes/ftypes.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/epan/ftypes/ftypes.h b/epan/ftypes/ftypes.h
index 5c7b047bbb..6a66fdcca2 100644
--- a/epan/ftypes/ftypes.h
+++ b/epan/ftypes/ftypes.h
@@ -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