]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/HttpHeaderRange.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / HttpHeaderRange.h
index f45b9970c2fd7050fcae73fe4c6d3f7c9d627f17..bb3200c003c6a59bc5b29470f86962076f851027 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef SQUID_HTTPHEADERRANGE_H
-#define SQUID_HTTPHEADERRANGE_H
+#ifndef SQUID_SRC_HTTPHEADERRANGE_H
+#define SQUID_SRC_HTTPHEADERRANGE_H
 
 #include "base/Range.h"
 #include "mem/forward.h"
@@ -107,5 +107,5 @@ public:
     bool valid = false;
 };
 
-#endif /* SQUID_HTTPHEADERRANGE_H */
+#endif /* SQUID_SRC_HTTPHEADERRANGE_H */