]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/mem/Pages.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / ipc / mem / Pages.h
index 3ad47e4c2b53834f0d5a433c82e5655719ab8a96..bee1caa281318f6f20e44f7fd24c4ec0e88f75a5 100644 (file)
@@ -1,13 +1,13 @@
 /*
- * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef SQUID_IPC_MEM_PAGES_H
-#define SQUID_IPC_MEM_PAGES_H
+#ifndef SQUID_SRC_IPC_MEM_PAGES_H
+#define SQUID_SRC_IPC_MEM_PAGES_H
 
 #include "ipc/mem/Page.h"
 
@@ -60,5 +60,5 @@ void NotePageNeed(const int purpose, const int count);
 
 } // namespace Ipc
 
-#endif // SQUID_IPC_MEM_PAGES_H
+#endif /* SQUID_SRC_IPC_MEM_PAGES_H */