]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/mem/Page.cc
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / ipc / mem / Page.cc
index 283dfcf8a8306d7c7542b9eafa117b4f74230051..d7ccc055bc0ade2091995fdc5f13948485ba348d 100644 (file)
@@ -1,19 +1,20 @@
 /*
- * $Id$
- *
- * DEBUG: section 54    Interprocess Communication
+ * Copyright (C) 1996-2023 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;
 }
+