]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/mem/Page.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / ipc / mem / Page.cc
index e777c76c7f554c470bb85e0b860c88a4fca147e2..2e77486c9930b0f021a35d5f2fbb55c06d6390b9 100644 (file)
@@ -1,16 +1,20 @@
 /*
- * DEBUG: section 54    Interprocess Communication
+ * 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 54    Interprocess Communication */
+
 #include "squid.h"
 #include "ipc/mem/Page.h"
 
-#if HAVE_IOSTREAM
 #include <iostream>
-#endif
 
 std::ostream &Ipc::Mem::operator <<(std::ostream &os, const PageId &page)
 {
     return os << "sh_page" << page.pool << '.' << page.number;
 }
+