From: wessels <> Date: Tue, 21 Jan 1997 01:47:52 +0000 (+0000) Subject: move math.h to squid.h X-Git-Tag: SQUID_3_0_PRE1~5184 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34cbdf10537423be9e09f2b4fe51df35a572e7c7;p=thirdparty%2Fsquid.git move math.h to squid.h --- diff --git a/src/squid.h b/src/squid.h index 412fa4ba7a..dec82f24d6 100644 --- a/src/squid.h +++ b/src/squid.h @@ -1,6 +1,6 @@ /* - * $Id: squid.h,v 1.91 1997/01/07 20:31:23 wessels Exp $ + * $Id: squid.h,v 1.92 1997/01/20 18:47:52 wessels Exp $ * * AUTHOR: Duane Wessels * @@ -172,6 +172,10 @@ #include #endif +#if HAVE_MATH_H +#include +#endif + #if !defined(MAXHOSTNAMELEN) || (MAXHOSTNAMELEN < 128) #define SQUIDHOSTNAMELEN 128 #else diff --git a/src/store.cc b/src/store.cc index ed72936974..1fe0b518f0 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.197 1997/01/20 18:27:15 wessels Exp $ + * $Id: store.cc,v 1.198 1997/01/20 18:47:53 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -131,10 +131,6 @@ #include "squid.h" /* goes first */ -#if HAVE_MATH_H -#include -#endif - #define REBUILD_TIMESTAMP_DELTA_MAX 2 #define MAX_SWAP_FILE (1<<21) #define SWAP_BUF DISK_PAGE_SIZE