]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/base/RefCount.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / base / RefCount.h
index 1beb89248e495118ffa6c0f91e4d1b19b99f9dac..15bca428580548b6d1293e67453684e78f158adf 100644 (file)
@@ -8,8 +8,8 @@
 
 /* DEBUG: section --    Refcount allocator */
 
-#ifndef SQUID_REFCOUNT_H_
-#define SQUID_REFCOUNT_H_
+#ifndef SQUID_SRC_BASE_REFCOUNT_H
+#define SQUID_SRC_BASE_REFCOUNT_H
 
 // reference counting requires the Lock API on base classes
 #include "base/Lock.h"
@@ -139,5 +139,5 @@ inline std::ostream &operator <<(std::ostream &os, const RefCount<C> &p)
         return os << "NULL";
 }
 
-#endif /* SQUID_REFCOUNT_H_ */
+#endif /* SQUID_SRC_BASE_REFCOUNT_H */