]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mem/Pool.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / mem / Pool.h
index 970eb88ddb4c171c002c8d367f6066bb5ac7baf4..6e119fa06f454ee128b7d8ca01b922c2fe14b968 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef _MEM_POOL_H_
-#define _MEM_POOL_H_
+#ifndef SQUID_SRC_MEM_POOL_H
+#define SQUID_SRC_MEM_POOL_H
 
 /**
  \defgroup MemPoolsAPI  Memory Management (Memory Pool Allocator)
@@ -122,5 +122,5 @@ private:
 /// Creates a named MemPool of elements with the given size
 #define memPoolCreate MemPools::GetInstance().create
 
-#endif /* _MEM_POOL_H_ */
+#endif /* SQUID_SRC_MEM_POOL_H */