]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - tools/purge/socket.cc
SourceFormat Enforcement
[thirdparty/squid.git] / tools / purge / socket.cc
index ce1b4dd879a87964180b0aa508334972753c00c0..97cf57f1a2530617778f7bc666e9fbf2b8fcd405 100644 (file)
@@ -1,4 +1,4 @@
-#include "config.h"
+#include "squid.h"
 
 //
 // $Id$
@@ -120,7 +120,6 @@ setSocketNoDelay( int sockfd, bool nodelay )
         return 0;
 }
 
-
 int
 commonCode( int& sockfd, bool nodelay, int sendBufferSize, int recvBufferSize )
 // purpose: common code in server sockets and client sockets