]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/StrandCoord.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / StrandCoord.cc
index c10c4839db2073064934e7a7dbd13a6f1944e32c..cbd99592bbbcf36306c1da75d0682048168d2739 100644 (file)
@@ -5,14 +5,12 @@
  *
  */
 
-
-#include "config.h"
+#include "squid.h"
 #include "Debug.h"
 #include "ipc/Messages.h"
 #include "ipc/StrandCoord.h"
 #include "ipc/TypedMsgHdr.h"
 
-
 Ipc::StrandCoord::StrandCoord(): kidId(-1), pid(0)
 {
 }
@@ -36,7 +34,6 @@ void Ipc::StrandCoord::pack(TypedMsgHdr &hdrMsg) const
     hdrMsg.putString(tag);
 }
 
-
 Ipc::HereIamMessage::HereIamMessage(const StrandCoord &aStrand):
         strand(aStrand)
 {