]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/esi/Sequence.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / esi / Sequence.h
index eaffe7f77acce7cfa7e40b2619a5e41bb825eaf4..8fe4ea8c1a5f773e8fb89fb170bb0c2795458bac 100644 (file)
@@ -8,8 +8,8 @@
 
 /* DEBUG: section 86    ESI processing */
 
-#ifndef SQUID_ESISEQUENCE_H
-#define SQUID_ESISEQUENCE_H
+#ifndef SQUID_SRC_ESI_SEQUENCE_H
+#define SQUID_SRC_ESI_SEQUENCE_H
 
 #include "esi/Element.h"
 #include "mem/forward.h"
@@ -63,5 +63,5 @@ private:
     void processStep(int dovars);
 };
 
-#endif /* SQUID_ESISEQUENCE_H */
+#endif /* SQUID_SRC_ESI_SEQUENCE_H */