]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/splay.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / include / splay.h
index 30f11cc27dbc137d17fa5ef0eb8c3f73065e61a1..2e03079ec45321aa0ace13860a127ca1e97d4f72 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef SQUID_SPLAY_H
-#define SQUID_SPLAY_H
+#ifndef SQUID_INCLUDE_SPLAY_H
+#define SQUID_INCLUDE_SPLAY_H
 
 #include "fatal.h"
 #include <cstddef>
@@ -513,5 +513,5 @@ SplayConstIterator<V>::operator * () const
     return toVisit.top()->data;
 }
 
-#endif /* SQUID_SPLAY_H */
+#endif /* SQUID_INCLUDE_SPLAY_H */