From 0a3a1d7c711ed1da5cc939cbea3fc2dd7cb7668a Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 13 Mar 2003 16:56:28 +0000 Subject: Fixed up the include order for the and headers. --- src/common.h | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index b504ba3..e3854f0 100644 --- a/src/common.h +++ b/src/common.h @@ -1,4 +1,4 @@ -/* $Id: common.h,v 1.3 2002-12-04 17:06:13 rjkaes Exp $ +/* $Id: common.h,v 1.4 2003-03-13 16:56:28 rjkaes Exp $ * * This file groups all the headers required throughout the tinyproxy * system. All this information use to be in the "tinyproxy.h" header, @@ -54,18 +54,14 @@ # include #endif -#ifdef HAVE_SYS_TIME_H -# include -# ifdef HAVE_TIME_H -# include -# endif +#ifdef TIME_WITH_SYS_TIME +# include +# include #else # ifdef HAVE_SYS_TIME_H -# include +# include # else -# ifdef HAVE_TIME_H -# include -# endif +# include # endif #endif -- cgit v1.2.3