]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/CpuAffinity.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / CpuAffinity.cc
index 9d5f2fbdc041b28bcc60092bcf39f8f39b40bf5a..06c58621a3debbd6fd6c93d7199cd5d541c31ae4 100644 (file)
@@ -1,7 +1,13 @@
 /*
- * DEBUG: section 54    Interprocess Communication
+ * Copyright (C) 1996-2017 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 54    Interprocess Communication */
+
 #include "squid.h"
 #include "base/TextException.h"
 #include "CpuAffinity.h"
@@ -10,7 +16,6 @@
 #include "Debug.h"
 #include "globals.h"
 #include "SquidConfig.h"
-#include "structs.h"
 #include "tools.h"
 
 #include <algorithm>
@@ -58,3 +63,4 @@ CpuAffinityCheck()
         }
     }
 }
+