]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/log/Formats.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / log / Formats.h
index 6128881a1e7406ad7f59bffabc763f0a46e4ca26..186d33cff8ce73adc907997f50a658f19bcb861b 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef _SQUID_LOG_FORMATS_H
-#define _SQUID_LOG_FORMATS_H
+#ifndef SQUID_SRC_LOG_FORMATS_H
+#define SQUID_SRC_LOG_FORMATS_H
 
 #include "AccessLogEntry.h"
 #include "base/RefCount.h"
@@ -61,5 +61,5 @@ void HttpdCombined(const AccessLogEntryPointer &al, Logfile * logfile);
 }; // namespace Format
 }; // namespace Log
 
-#endif /* _SQUID_LOG_FORMATS_H */
+#endif /* SQUID_SRC_LOG_FORMATS_H */