]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/HierarchyLogEntry.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / HierarchyLogEntry.h
index f6541523b8b82d99d7579840c8e44b1417fcc1a2..5f5d8b13f41e2397fed400dfdb6783be1366f31f 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef SQUID_HTTPHIERARCHYLOGENTRY_H
-#define SQUID_HTTPHIERARCHYLOGENTRY_H
+#ifndef SQUID_SRC_HIERARCHYLOGENTRY_H
+#define SQUID_SRC_HIERARCHYLOGENTRY_H
 
 #include "comm/Connection.h"
 #include "enums.h"
@@ -79,5 +79,5 @@ private:
     struct timeval totalResponseTime_; ///< cumulative for all peers
 };
 
-#endif /* SQUID_HTTPHIERARCHYLOGENTRY_H */
+#endif /* SQUID_SRC_HIERARCHYLOGENTRY_H */