From: wessels <> Date: Fri, 26 Jul 1996 22:59:06 +0000 (+0000) Subject: include rearrangements X-Git-Tag: SQUID_3_0_PRE1~5990 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d9a071688dcf5f39f4c679a2af5aa4293eada09;p=thirdparty%2Fsquid.git include rearrangements --- diff --git a/src/squid.h b/src/squid.h index b13e452495..74a8dc3f8d 100644 --- a/src/squid.h +++ b/src/squid.h @@ -1,6 +1,6 @@ /* - * $Id: squid.h,v 1.34 1996/07/25 07:10:41 wessels Exp $ + * $Id: squid.h,v 1.35 1996/07/26 16:59:06 wessels Exp $ * * AUTHOR: Duane Wessels * @@ -186,6 +186,7 @@ typedef struct _edge edge; typedef struct icp_common_s icp_common_t; typedef struct _cacheinfo cacheinfo; typedef struct _aclCheck_t aclCheck_t; +typedef struct _request request_t; /* 32 bit integer compatability hack */ #if SIZEOF_INT == 4 @@ -222,15 +223,15 @@ typedef void (*SIH) _PARAMS((int, void *)); /* swap in */ #include "fdstat.h" #include "filemap.h" #include "hash.h" +#include "proto.h" /* must go before neighbors.h */ +#include "neighbors.h" /* must go before url.h */ #include "url.h" -#include "proto.h" #include "icp.h" #include "errorpage.h" /* must go after icp.h */ #include "dns.h" #include "ipcache.h" #include "fqdncache.h" #include "mime.h" -#include "neighbors.h" #include "stack.h" #include "stat.h" #include "stmem.h"