]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
convert IpAddress.h to ip/IpAddress.h includes
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Jan 2009 11:24:40 +0000 (00:24 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Jan 2009 11:24:40 +0000 (00:24 +1300)
40 files changed:
include/CbDataList.h
src/ACLARP.cc
src/ACLASN.h
src/ACLDestinationASN.h
src/ACLIP.h
src/ACLSourceASN.h
src/AccessLogEntry.h
src/AuthUser.h
src/CompositePoolNode.h
src/ConnectionDetail.h
src/ESI.cc
src/PeerSelectState.h
src/client_side_reply.h
src/comm.cc
src/comm.h
src/delay_pools.cc
src/dnsserver.cc
src/errorpage.h
src/fde.h
src/forward.h
src/helper.h
src/htcp.h
src/icmp/Icmp.h
src/icmp/Icmp4.h
src/icmp/Icmp6.h
src/icmp/IcmpSquid.h
src/icmp/net_db.cc
src/icp_v2.cc
src/ip/IpAddress.cc
src/ip/testIpAddress.cc
src/ipc.cc
src/ipcache.cc
src/neighbors.cc
src/protos.h
src/snmp_core.cc
src/squid.h
src/structs.h
src/wccp2.cc
tools/cachemgr.cc
tools/squidclient.cc

index 79dcfef618eec2b86e13641934707cea46ed1bab..f11105b80cec51ca07b7064411dffff5eee534b0 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id: List.h,v 1.8 2008/02/26 21:49:33 amosjeffries Exp $
- *
- *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
  *
index b2cc1a1a1bd60389d4ef15e3d33cf2280cc0b44c..54ab4032f835e7225955b99a349d9cf820df58ae 100644 (file)
@@ -1,7 +1,4 @@
-
 /*
- * $Id: ACLARP.cc,v 1.29 2008/02/05 22:38:24 amosjeffries Exp $
- *
  * DEBUG: section 28    Access Control
  * AUTHOR: Duane Wessels
  *
@@ -40,7 +37,7 @@
 #include <squid_windows.h>
 #endif
 #include "squid.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 #ifdef _SQUID_WIN32_
 
index 79e28968c480b97b1db2644b7299b00836aa5cde..1879be32aefe4acf67296c99aa965c90a0775b9a 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id: ACLASN.h,v 1.10 2008/02/26 21:49:34 amosjeffries Exp $
- *
- *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
  *
@@ -39,7 +36,7 @@
 #include "CbDataList.h"
 #include "ACLStrategised.h"
 #include "ACLChecklist.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 SQUIDCEXTERN int asnMatchIp(CbDataList<int> *, IpAddress &);
 
index 22589d9cba89ac09509a5b4e49ac4518afa1082a..7586d4c8ad80ac711d78b4c4230a14768e93cbd0 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id: ACLDestinationASN.h,v 1.4 2008/02/26 21:49:34 amosjeffries Exp $
- *
- *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
  *
@@ -37,7 +34,7 @@
 
 #include "ACLASN.h"
 #include "ACLStrategy.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 /// \ingroup ACLAPI
 class ACLDestinationASNStrategy : public ACLStrategy<IpAddress>
index 8e53f4c0ba82996b787dbe22b052a218c1e1fc51..a0fc76260f13094edaf20e3e3b177498520c685e 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id$
- *
- *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
  *
@@ -37,7 +34,7 @@
 
 #include "ACL.h"
 #include "splay.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 /// \ingroup ACLAPI
 class acl_ip_data
index 820ad14ec5af25f98bc1b8caa5dfcf35ca93ba47..486f56b41d70f722b0bedb2109e731eb4527adac 100644 (file)
@@ -1,8 +1,4 @@
-
 /*
- * $Id: ACLSourceASN.h,v 1.3 2007/12/14 23:11:45 amosjeffries Exp $
- *
- *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
  *
@@ -42,7 +38,7 @@
 class ACLChecklist;
 
 #include "ACLStrategy.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 class ACLSourceASNStrategy : public ACLStrategy<IpAddress>
 {
index bb022ad9b47d4223f0f06392c71e66fcaee29bca..3719223fe0954547d5adaad884307681044c469b 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id: AccessLogEntry.h,v 1.9 2008/02/26 00:15:48 rousskov Exp $
- *
- *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
  *
@@ -36,7 +33,7 @@
 #include "HttpVersion.h"
 #include "HttpRequestMethod.h"
 #include "HierarchyLogEntry.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 #include "HttpRequestMethod.h"
 
 /* forward decls */
index ec063b8ad2cb0104ac1d80fff5bdc1a60b971593..c2ca4fea8b37365cd510e12e64ab5a9528b85288 100644 (file)
@@ -41,7 +41,7 @@ class AuthUserHashPointer;
 /* for auth_type_t */
 #include "enums.h"
 
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 #include "dlink.h"
 
 /**
index e4e0eb3fb4142808541a6f0dd9d59e583c08fcc4..ccecf4a671d5df3fee10bc758b66ea85e9e79b7f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: CompositePoolNode.h,v 1.10 2008/02/26 21:49:34 amosjeffries Exp $
- *
  * DEBUG: section 77    Delay Pools
  * AUTHOR: Robert Collins <robertc@squid-cache.org>
  * Based upon original delay pools code by
@@ -46,7 +44,7 @@
 #include "DelayPools.h"
 #include "DelayIdComposite.h"
 #include "CommRead.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 class StoreEntry;
 
@@ -88,5 +86,5 @@ protected:
     DeferredReadManager deferredReads;
 };
 
-#endif
+#endif /* DELAY_POOLS */
 #endif /* COMPOSITEPOOLNODE_H */
index 853a21b7d04160030f5961db7494332cd169f180..5a69bcd78eaee3ec994b2a01877953ac865ab1c4 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: ConnectionDetail.h,v 1.4 2007/12/14 23:11:45 amosjeffries Exp $
- *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Robert Collins
  *
@@ -37,7 +35,7 @@
 #ifndef _SQUIDCONNECTIONDETAIL_H_
 #define _SQUIDCONNECTIONDETAIL_H_
 
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 class ConnectionDetail
 {
index 19f6b92a52495c7bb5e698f0e6ace7e6b15e02de..38a9fb58f76fddcfd169c002d3d37f3cb8ed7ac9 100644 (file)
@@ -1,7 +1,4 @@
-
 /*
- * $Id: ESI.cc,v 1.30 2008/02/26 21:49:34 amosjeffries Exp $
- *
  * DEBUG: section 86    ESI processing
  * AUTHOR: Robert Collins
  *
@@ -59,7 +56,7 @@
 #include "ESIExpression.h"
 #include "HttpRequest.h"
 #include "MemBuf.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 /* quick reference on behaviour here.
  * The ESI specification 1.0 requires the ESI processor to be able to
index 18af8cf0edbfaac764a88cd56346bcfdd8d6d960..b56e9db50b6c07584d9d0e7b1c33456ddc4cf96b 100644 (file)
@@ -1,7 +1,4 @@
-
 /*
- * $Id: PeerSelectState.h,v 1.3 2007/12/14 23:11:45 amosjeffries Exp $
- *
  * AUTHOR: Robert Collins
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -38,7 +35,7 @@
 
 #include "cbdata.h"
 #include "PingData.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 class ps_state
 {
index 740d97e13adf8aa48b215b655034bc38105ac2ba..71d51199d1e47aa852c5c64a1136e5f923404d49 100644 (file)
@@ -1,8 +1,4 @@
-
 /*
- * $Id: client_side_reply.h,v 1.21 2008/02/08 18:31:02 rousskov Exp $
- *
- *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
  *
@@ -40,9 +36,9 @@
 #include "clientStream.h"
 #include "StoreClient.h"
 #include "client_side_request.h"
-#include "IpAddress.h"
 
 class ErrorState;
+class IpAddress;
 
 /* XXX make static method */
 
index 913088fbdf7ba33cb13674d04f9fffdba77fe8a7..e4a079243f178965e89459f292c55d197c0370f3 100644 (file)
@@ -1,7 +1,4 @@
-
 /*
- * $Id: comm.cc,v 1.447 2008/02/26 21:49:34 amosjeffries Exp $
- *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
  *
@@ -47,9 +44,9 @@
 #include "pconn.h"
 #include "SquidTime.h"
 #include "CommCalls.h"
-#include "IpAddress.h"
 #include "DescriptorSet.h"
 #include "icmp/net_db.h"
+#include "ip/IpAddress.h"
 #include "ip/IpIntercept.h"
 
 #if defined(_SQUID_CYGWIN_)
index 7faf77526236248288aff82224fe02c7492a279b..006a820b60d67d8b4fc1ece4057307feb9e2f860 100644 (file)
@@ -6,7 +6,7 @@
 #include "AsyncCall.h"
 #include "StoreIOBuffer.h"
 #include "Array.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 #define COMMIO_FD_READCB(fd)    (&commfd_table[(fd)].readcb)
 #define COMMIO_FD_WRITECB(fd)   (&commfd_table[(fd)].writecb)
index deaf5fb65eb218e15490866c0dd48da81426eb19..befd7bb9285caee57b2a7733feba7389dd52c08e 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: delay_pools.cc,v 1.51 2008/02/26 21:49:34 amosjeffries Exp $
- *
  * DEBUG: section 77    Delay Pools
  * AUTHOR: Robert Collins <robertc@squid-cache.org>
  * Based upon original delay pools code by
@@ -66,7 +64,7 @@
 #include "DelayBucket.h"
 #include "DelayUser.h"
 #include "DelayTagged.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 /// \ingroup DelayPoolsInternal
 long DelayPools::MemoryUsed = 0;
index acb2651c50b576ed1a69277091d5b0dd49db6fb0..39c7b8c546a5e27b76bda343d07242fc9243f90d 100644 (file)
@@ -1,7 +1,4 @@
-
 /*
- * $Id: dnsserver.cc,v 1.74 2008/02/26 21:49:34 amosjeffries Exp $
- *
  * DEBUG: section 0     DNS Resolver
  * AUTHOR: Harvest Derived
  *
@@ -166,7 +163,7 @@ usage: dnsserver -Dhv -s nameserver
  \endverbatim
  */
 
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 #if LIBRESOLV_DNS_TTL_HACK
 /// \ingroup dnsserver
index 930e601410f54583aa7c96bead6e8fc45f3eba2e..b73564124f25ab9b168822e19ef10e59d092dc2a 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: errorpage.h,v 1.6 2008/02/26 21:49:34 amosjeffries Exp $
- *
  * DEBUG: section 4     Error Generation
  * AUTHOR: Duane Wessels
  *
@@ -38,7 +36,7 @@
 
 #include "squid.h"
 #include "cbdata.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 /**
  \defgroup ErrorPageAPI Error Pages API
index 37fbbe555c99b8c8232820a09edb0d5cceaa9070..3b503d2b51e0e903db4d9173b8c85ae3c590726f 100644 (file)
--- a/src/fde.h
+++ b/src/fde.h
@@ -1,8 +1,4 @@
-
 /*
- * $Id: fde.h,v 1.15 2008/02/12 23:22:13 rousskov Exp $
- *
- *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
  *
@@ -35,7 +31,7 @@
 #define SQUID_FDE_H
 
 #include "comm.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 class PconnPool;
 
index 2a3341a23ac738e8ffc5fd37ea9a536926a2100f..e77c1ce68bb772b2ddd2f6b59ca61c00e88139c6 100644 (file)
@@ -6,7 +6,7 @@
 class ErrorState;
 
 #include "comm.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 class FwdServer
 {
index b206d4003f6a9021d69a5b7c0a9ba083703199e8..6369927494190c28cd5cbc8336b6dd1173c18cb4 100644 (file)
@@ -1,7 +1,4 @@
-
 /*
- * $Id: helper.h,v 1.12 2008/02/26 21:49:34 amosjeffries Exp $
- *
  * DEBUG: section 84    Helper process maintenance
  * AUTHOR: Harvest Derived?
  *
@@ -38,7 +35,7 @@
 
 #include "squid.h"
 #include "cbdata.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 class helper_request;
 
index 530044d13156be6090dc7b1ae924413baedefe14..1e8479b1f284d168a9b6c03664429e53710174fa 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id: htcp.h,v 1.7 2008/02/26 21:49:35 amosjeffries Exp $
- *
- *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
  *
 #define SQUID_HTCP_H
 
 #if USE_HTCP
+
 #include "HttpHeader.h"
-#include "IpAddress.h"
+
+class IpAddress;
 
 /// \ingroup ServerProtocolHTCP
 class HtcpReplyData
index f775d9335b4401a31e7c79bd742c0c31a8a48b03..d9b9715c04310bb30b53a928966d27a36d8b808a 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: ICMP.h,v 1.1 2007/12/14 23:11:45 amosjeffries Exp $
- *
  * DEBUG: section 37    ICMP Routines
  * AUTHOR: Duane Wessels, Amos Jeffries
  *
@@ -35,7 +33,7 @@
 #define _INCLUDE_ICMP_H
 
 #include "config.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 #define PINGER_PAYLOAD_SZ      8192
 
index 8083862bf2421ec7ba6fbbe814c8f1627b993f92..6b19db03d9562e76878ebaf968936d7ab8400196 100644 (file)
@@ -36,7 +36,6 @@
 
 #include "config.h"
 #include "Icmp.h"
-#include "IpAddress.h"
 
 #if HAVE_NETINET_IN_SYSTM_H
 #include <netinet/in_systm.h>
index 4c35f28bfbcbf6dbd6ba32c6cccffc3426885c7b..edcc5ddea3534adfb7230f77155ab090d86ae2ce 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: ICMPv6.h,v 1.1 2007/12/14 23:11:45 amosjeffries Exp $
- *
  * DEBUG: section 37    ICMP Routines
  * AUTHOR: Duane Wessels, Amos Jeffries
  *
@@ -39,7 +37,6 @@
 #if USE_IPV6
 
 #include "Icmp.h"
-#include "IpAddress.h"
 
 #if HAVE_NETINET_IN_H
 #include <netinet/in.h>
index 1359bc7a70ff095e241df9dc996b5d5e01226ecd..108e0810876280dec5dae18b175192b430b4c51f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: ICMPSquid.h,v 1.1 2007/12/14 23:11:45 amosjeffries Exp $
- *
  * DEBUG: section 37    ICMP Routines
  * AUTHOR: Duane Wessels, Amos Jeffries
  *
@@ -36,7 +34,6 @@
 
 #include "config.h"
 #include "Icmp.h"
-#include "IpAddress.h"
 
 /**
  * Implements a non-blocking pseudo-ICMP engine for squid internally.
index ada63ca311562e21b41c4896fe966939f04d2d0a..b9a6d3b7e926401010052536583a449103fae289 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: net_db.cc,v 1.202 2008/01/07 17:12:28 hno Exp $
- *
  * DEBUG: section 38    Network Measurement Database
  * AUTHOR: Duane Wessels
  *
@@ -54,7 +52,7 @@
 #include "forward.h"
 #include "SquidTime.h"
 #include "wordlist.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 #if USE_ICMP
 #include "icmp/IcmpSquid.h"
index 5c162907f3089e990cb63b018d70731d990d2628..6b3f1a519ccb6168254245da65f86be309bdb9f8 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: icp_v2.cc,v 1.103 2008/02/26 21:49:35 amosjeffries Exp $
- *
  * DEBUG: section 12    Internet Cache Protocol (ICP)
  * AUTHOR: Duane Wessels
  *
@@ -48,8 +46,8 @@
 #include "wordlist.h"
 #include "SquidTime.h"
 #include "SwapDir.h"
-#include "IpAddress.h"
 #include "icmp/net_db.h"
+#include "ip/IpAddress.h"
 
 /// \ingroup ServerProtocolICPInternal2
 static void icpLogIcp(const IpAddress &, log_type, int, const char *, int);
index b5539ad10ca4ffff4a3e972ef4ce5f8fc6e87413..5477e6a58da30baf701b34c773b41d742487d954 100644 (file)
@@ -35,7 +35,7 @@
  */
 
 #include "config.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 #include "util.h"
 
 
index 0a711173150ad3d3682d4b3c808ac631852e77c9..50a58ddaf05d6837a1626e6253844e9626924d6c 100644 (file)
@@ -8,7 +8,7 @@
 #include <string>
 
 #include "testIpAddress.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testIpAddress );
 
index 4db52fb1e4311f929c41c1b7e8284d662aff9318..a6248a529092d19d8ccf207230b8858830131708 100644 (file)
@@ -1,7 +1,4 @@
-
 /*
- * $Id: ipc.cc,v 1.48 2008/02/13 00:01:47 rousskov Exp $
- *
  * DEBUG: section 54    Interprocess Communication
  * AUTHOR: Duane Wessels
  *
@@ -36,7 +33,7 @@
 #include "squid.h"
 #include "comm.h"
 #include "fde.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 static const char *hello_string = "hi there\n";
 #define HELLO_BUF_SZ 32
index eb47c967d718aed81b73d9ffcbf715e0166a1990..3f9c3a7531c2e62ebe198dcdd0bcf3443fde20aa 100644 (file)
@@ -1,7 +1,4 @@
-
 /*
- * $Id: ipcache.cc,v 1.269 2008/02/26 21:49:35 amosjeffries Exp $
- *
  * DEBUG: section 14    IP Cache
  * AUTHOR: Harvest Derived
  *
@@ -40,7 +37,7 @@
 #include "SquidTime.h"
 #include "Store.h"
 #include "wordlist.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 /**
  \defgroup IPCacheAPI IP Cache API
index f1f3fa6b0ba0443894b6aa97d3d2391fb2c96a4e..b984761fad9c077b242bf613ba85ce9408aed72d 100644 (file)
@@ -1,7 +1,4 @@
-
 /*
- * $Id: neighbors.cc,v 1.353 2008/02/11 22:44:50 rousskov Exp $
- *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
  *
@@ -46,8 +43,8 @@
 #include "PeerSelectState.h"
 #include "SquidTime.h"
 #include "Store.h"
-#include "IpAddress.h"
 #include "icmp/net_db.h"
+#include "ip/IpAddress.h"
 
 /* count mcast group peers every 15 minutes */
 #define MCAST_COUNT_RATE 900
index f5dec386080bb686325e5fa7f3f3873854efa904..57677f267ba0bc41c2ebf57b2fe719b48053b161 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id: protos.h,v 1.557 2008/02/26 21:49:35 amosjeffries Exp $
- *
- *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
  *
@@ -37,7 +34,7 @@
  */
 #include "Packer.h"
 /* for routines still in this file that take CacheManager parameters */
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 /* for parameters that still need these */
 #include "enums.h"
 /* some parameters stil need this */
index ebf788bfd60b0c0ab4165617d6e0c5983b458767..71cd059529b2fa3303e72f910256afa4b61a3459 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: snmp_core.cc,v 1.82 2008/01/22 21:07:19 rousskov Exp $
- *
  * DEBUG: section 49    SNMP support
  * AUTHOR: Glenn Chisholm
  *
@@ -35,7 +33,7 @@
 #include "comm.h"
 #include "cache_snmp.h"
 #include "ACLChecklist.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 #define SNMP_REQUEST_SIZE 4096
 #define MAX_PROTOSTAT 5
index b15538dd77b19807a283ea5d3f8fe9d7cc263082..ea015a78390271b0ab43f00923fa7acc13350fa0 100644 (file)
@@ -1,7 +1,4 @@
-
 /*
- * $Id: squid.h,v 1.272 2008/02/26 21:49:35 amosjeffries Exp $
- *
  * AUTHOR: Duane Wessels
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -377,7 +374,7 @@ extern "C"
 #include "profiling.h"
 #include "MemPool.h"
 
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 #if !HAVE_TEMPNAM
 #include "tempnam.h"
index 92ec0fd0c9b666251636e3d74b81694cf8065ef3..d64ba223fb46e0a682491df55b2c7de5e457d2eb 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * $Id: structs.h,v 1.575 2008/02/11 22:28:47 rousskov Exp $
- *
- *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
  *
index 076eb7eeada0c7dec7c1f3f657f67cbe135170d2..eee03a35b71d1c0d5611962ab98e9f0a0bbd3be1 100644 (file)
@@ -1,7 +1,4 @@
-
 /*
- * $Id: wccp2.cc,v 1.23 2008/02/09 03:48:05 swilton Exp $
- *
  * DEBUG: section 80    WCCP Support
  * AUTHOR: Steven Wilton
  *
@@ -39,7 +36,7 @@
 #include "Parsing.h"
 #include "Store.h"
 #include "SwapDir.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 #if USE_WCCPv2
 #if HAVE_NETDB_H
index 7efc903dc18ba1c8a73d31c58b463e12579d714d..53a4333f514189d1fc56d3e029c8b8e612136945 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: cachemgr.cc,v 1.6 2007/12/14 23:11:53 amosjeffries Exp $
- *
  * DEBUG: section 0     CGI Cache Manager
  * AUTHOR: Duane Wessels
  *
@@ -133,7 +131,7 @@ extern "C"
 
 #include "assert.h"
 #include "util.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 #include "getfullhostname.h"
 
 #ifndef DEFAULT_CACHEMGR_CONFIG
index 074f823f95f4723bd73b4e9dd3f86a4287238df7..b2331aeed6ef2b8ac7fa41e8ff04ad746d9ea28c 100644 (file)
@@ -1,7 +1,4 @@
-
 /*
- * $Id: squidclient.cc,v 1.11 2008/02/26 21:49:46 amosjeffries Exp $
- *
  * DEBUG: section 0     WWW Client
  * AUTHOR: Harvest Derived
  *
@@ -86,7 +83,7 @@ using namespace Squid;
 #endif
 
 #include "util.h"
-#include "IpAddress.h"
+#include "ip/IpAddress.h"
 
 #ifndef BUFSIZ
 #define BUFSIZ         8192