]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/esi/Except.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / esi / Except.h
index 6e03326de06900b89bcc6eb355e392fed5d5d364..3dfa6ccbe8be5c99bf83fe505741f2a509d6cc50 100644 (file)
@@ -8,8 +8,8 @@
 
 /* DEBUG: section 86    ESI processing */
 
-#ifndef SQUID_ESIEXCEPT_H
-#define SQUID_ESIEXCEPT_H
+#ifndef SQUID_SRC_ESI_EXCEPT_H
+#define SQUID_SRC_ESI_EXCEPT_H
 
 #include "esi/Element.h"
 #include "esi/Sequence.h"
@@ -23,5 +23,5 @@ public:
     esiExcept(esiTreeParentPtr aParent) : esiSequence (aParent) {}
 };
 
-#endif /* SQUID_ESIEXCEPT_H */
+#endif /* SQUID_SRC_ESI_EXCEPT_H */