]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/TimeOrTag.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / TimeOrTag.h
index acab8769d72ddb8fca8a44f4621f2e6aa9f21d1a..c3e8f1ddd68d0df93838d2a7a7c121345b26621d 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef _SQUID_TIMEORTAG_H
-#define _SQUID_TIMEORTAG_H
+#ifndef SQUID_SRC_TIMEORTAG_H
+#define SQUID_SRC_TIMEORTAG_H
 
 #include "ETag.h"
 
@@ -22,5 +22,5 @@ public:
     int valid;                  /* true if struct is usable */
 };
 
-#endif /* _SQUID_TIMEORTAG_H */
+#endif /* SQUID_SRC_TIMEORTAG_H */