]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/IntervalAction.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / mgr / IntervalAction.h
index 95e0771c94eaa1f7185917ad372def56ffec95f9..7b642aed6a35f79aa0b8144cf2477b32e265b0d2 100644 (file)
@@ -1,13 +1,17 @@
 /*
- * DEBUG: section 16    Cache Manager API
+ * Copyright (C) 1996-2020 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.
  */
 
+/* DEBUG: section 16    Cache Manager API */
+
 #ifndef SQUID_MGR_INTERVAL_ACTION_H
 #define SQUID_MGR_INTERVAL_ACTION_H
 
 #include "mgr/Action.h"
-#include <sys/time.h>
 
 namespace Mgr
 {
@@ -125,3 +129,4 @@ private:
 } // namespace Mgr
 
 #endif /* SQUID_MGR_INTERVAL_ACTION_H */
+