From b13e6864f5237d8c21874a8960e85169f7190348 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 7 Apr 2008 18:45:59 +0000 Subject: Remove unneeded header files from source files throughout. --- winsup/cygwin/localtime.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'winsup/cygwin/localtime.cc') diff --git a/winsup/cygwin/localtime.cc b/winsup/cygwin/localtime.cc index 3d08cc67b..d5f3622ec 100644 --- a/winsup/cygwin/localtime.cc +++ b/winsup/cygwin/localtime.cc @@ -7,7 +7,6 @@ #include "winsup.h" #include "cygerrno.h" #include "sync.h" -#include #define STD_INSPIRED #define lint @@ -95,14 +94,11 @@ static char privatehid[] = "@(#)private.h 7.48"; ** Nested includes */ -#include "sys/types.h" /* for time_t */ #include "stdio.h" #include "limits.h" /* for CHAR_BIT */ -#include "time.h" #include "stdlib.h" #if HAVE_GETTEXT - 0 -#include "libintl.h" #endif /* HAVE_GETTEXT - 0 */ #if HAVE_UNISTD_H - 0 @@ -172,7 +168,6 @@ static char privatehid[] = "@(#)private.h 7.48"; #ifndef MAXPATHLEN #ifdef unix -#include "sys/param.h" #endif /* defined unix */ #endif /* !defined MAXPATHLEN */ -- cgit v1.2.3