]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/base/AsyncCallQueue.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / base / AsyncCallQueue.h
index 8c135fee5dab0bc0cb0530d959dc20099db3a97d..53fcf89d76f05a349a3dac6e9f343038f8ccabcb 100644 (file)
@@ -1,13 +1,14 @@
-
 /*
- * $Id$
+ * Copyright (C) 1996-2015 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_ASYNCCALLQUEUE_H
 #define SQUID_ASYNCCALLQUEUE_H
 
-#include "squid.h"
 #include "base/AsyncCall.h"
 
 //class AsyncCall;
@@ -38,3 +39,4 @@ private:
 };
 
 #endif /* SQUID_ASYNCCALLQUEUE_H */
+