]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Synced #includes after moving files around.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 8 Mar 2009 19:57:33 +0000 (13:57 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 8 Mar 2009 19:57:33 +0000 (13:57 -0600)
Context: SourceLayout: acl/, take 1

src/auth/AclProxyAuth.h [moved from src/ACLProxyAuth.h with 97% similarity]

similarity index 97%
rename from src/ACLProxyAuth.h
rename to src/auth/AclProxyAuth.h
index 0665abe3ca41c94f2767153f90430cd95c77dcbe..70e00fdf598d01d809c1df2a3b3c25b0028936bd 100644 (file)
@@ -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
 {