--------------------- PatchSet 7325 Date: 2008/03/02 11:32:28 Author: amosjeffries Branch: cleanup Tag: (none) Log: .h dependency cleanup Members: src/ACLIdent.h:1.8.44.1->1.8.44.2 Index: squid3/src/ACLIdent.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ACLIdent.h,v retrieving revision 1.8.44.1 retrieving revision 1.8.44.2 diff -u -r1.8.44.1 -r1.8.44.2 --- squid3/src/ACLIdent.h 27 Feb 2008 04:28:57 -0000 1.8.44.1 +++ squid3/src/ACLIdent.h 2 Mar 2008 11:32:28 -0000 1.8.44.2 @@ -1,5 +1,5 @@ /* - * $Id: ACLIdent.h,v 1.8.44.1 2008/02/27 04:28:57 amosjeffries Exp $ + * $Id: ACLIdent.h,v 1.8.44.2 2008/03/02 11:32:28 amosjeffries Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -35,9 +35,7 @@ #ifndef SQUID_ACLIDENT_H #define SQUID_ACLIDENT_H -#include "ACL.h" #include "ACLChecklist.h" -#include "ACLData.h" /// \ingroup ACLAPI class IdentLookup : public ACLChecklist::AsyncState @@ -52,6 +50,10 @@ static void LookupDone(const char *ident, void *data); }; + +#include "ACL.h" +#include "ACLData.h" + /// \ingroup ACLAPI class ACLIdent : public ACL { @@ -82,6 +84,6 @@ char const *type_; }; -MEMPROXY_CLASS_INLINE(ACLIdent) /**DOCS_NOSEMI*/ +MEMPROXY_CLASS_INLINE(ACLIdent); #endif /* SQUID_ACLIDENT_H */