From: Alex Rousskov Date: Sun, 8 Mar 2009 19:57:33 +0000 (-0600) Subject: Synced #includes after moving files around. X-Git-Tag: SQUID_3_2_0_1~1111^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0a35f4199bb771e6bdd0cf41bb90247e28028a5;p=thirdparty%2Fsquid.git Synced #includes after moving files around. Context: SourceLayout: acl/, take 1 --- diff --git a/src/ACLProxyAuth.h b/src/auth/AclProxyAuth.h similarity index 97% rename from src/ACLProxyAuth.h rename to src/auth/AclProxyAuth.h index 0665abe3ca..70e00fdf59 100644 --- a/src/ACLProxyAuth.h +++ b/src/auth/AclProxyAuth.h @@ -34,9 +34,9 @@ #ifndef SQUID_ACLPROXYAUTH_H #define SQUID_ACLPROXYAUTH_H -#include "ACL.h" -#include "ACLData.h" -#include "ACLChecklist.h" +#include "acl/Acl.h" +#include "acl/Data.h" +#include "acl/Checklist.h" class ProxyAuthLookup : public ACLChecklist::AsyncState {