]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/SourceIp.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / acl / SourceIp.h
index 8596cbf6967a7db0a6b19ae8acb503bd1bb85cfe..130d486e631ee095afbbcdf1da3694ffa05c0f4c 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef SQUID_ACLSOURCEIP_H
-#define SQUID_ACLSOURCEIP_H
+#ifndef SQUID_SRC_ACL_SOURCEIP_H
+#define SQUID_SRC_ACL_SOURCEIP_H
 
 #include "acl/Ip.h"
 
@@ -20,5 +20,5 @@ public:
     int match(ACLChecklist *checklist) override;
 };
 
-#endif /* SQUID_ACLSOURCEIP_H */
+#endif /* SQUID_SRC_ACL_SOURCEIP_H */