]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/EventLoop.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / EventLoop.h
index 1f579cb0bebc3a407d256d303256fc391a917dbc..4136b4c823b082e70606daa842b19b12349051f5 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef SQUID_EVENTLOOP_H
-#define SQUID_EVENTLOOP_H
+#ifndef SQUID_SRC_EVENTLOOP_H
+#define SQUID_SRC_EVENTLOOP_H
 
 #include "time/forward.h"
 
@@ -92,5 +92,5 @@ private:
     bool runOnceResult; /**< the result from runOnce */
 };
 
-#endif /* SQUID_EVENTLOOP_H */
+#endif /* SQUID_SRC_EVENTLOOP_H */