]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/FadingCounter.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / FadingCounter.h
index e4cd7fa3d131cc12a9b05ed5d856151e0d791c60..e28ef31c235b781cb1e557fe70e0217b3827378f 100644 (file)
@@ -1,13 +1,13 @@
 /*
- * Copyright (C) 1996-2022 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_FADING_COUNTER_H
-#define SQUID_FADING_COUNTER_H
+#ifndef SQUID_SRC_FADINGCOUNTER_H
+#define SQUID_SRC_FADINGCOUNTER_H
 
 #include <vector>
 
@@ -37,5 +37,5 @@ private:
     int total; ///< number of remembered events (possibly stale)
 };
 
-#endif /* SQUID_FADING_COUNTER_H */
+#endif /* SQUID_SRC_FADINGCOUNTER_H */