]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/repl/heap/store_heap_replacement.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / repl / heap / store_heap_replacement.h
index a52f7b6f7ea61a41f0c7d267aacc204bb483a72e..447b03819e67a404a4b47b7c8d93d0e4fcd66f86 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef _SQUIDINC_STORE_HEAP_REPLACEMENT_H
-#define _SQUIDINC_STORE_HEAP_REPLACEMENT_H
+#ifndef SQUID_SRC_REPL_HEAP_STORE_HEAP_REPLACEMENT_H
+#define SQUID_SRC_REPL_HEAP_STORE_HEAP_REPLACEMENT_H
 
 #include "heap.h"
 
@@ -15,5 +15,5 @@ heap_key HeapKeyGen_StoreEntry_LFUDA(void *entry, double age);
 heap_key HeapKeyGen_StoreEntry_GDSF(void *entry, double age);
 heap_key HeapKeyGen_StoreEntry_LRU(void *entry, double age);
 
-#endif /* _SQUIDINC_STORE_HEAP_REPLACEMENT_H */
+#endif /* SQUID_SRC_REPL_HEAP_STORE_HEAP_REPLACEMENT_H */