]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/base/AsyncCallQueue.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / base / AsyncCallQueue.h
index 451c40c9ce0a5384669440962525d86142b9132f..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-old.h"
 #include "base/AsyncCall.h"
 
 //class AsyncCall;
@@ -38,3 +39,4 @@ private:
 };
 
 #endif /* SQUID_ASYNCCALLQUEUE_H */
+