]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/MemStore.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / MemStore.h
index b795254b94d45e643bf6369a0a902211af5f3132..fe27008fc0622852ff2d3a202717207824c4ebd7 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef SQUID_MEMSTORE_H
-#define SQUID_MEMSTORE_H
+#ifndef SQUID_SRC_MEMSTORE_H
+#define SQUID_SRC_MEMSTORE_H
 
 #include "ipc/mem/Page.h"
 #include "ipc/mem/PageStack.h"
@@ -123,5 +123,5 @@ private:
 // to check/update memory cache separately from the disk cache. And same API
 // would hurt because we can support synchronous get/put, unlike the disks.
 
-#endif /* SQUID_MEMSTORE_H */
+#endif /* SQUID_SRC_MEMSTORE_H */