]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - tools/purge/purge.cc
Removed squid-old.h
[thirdparty/squid.git] / tools / purge / purge.cc
index f0eecc49b223c5bdbd664200e70d287c7760df47..adafc1681cfd0a0c078f2989523d20630d974cd2 100644 (file)
 #endif
 
 #include "squid.h"
-// for xstrdup
 #include "util.h"
 
-//#include <assert.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <dirent.h>
-//#include <ctype.h>
 #include <string.h>
-//#include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <fcntl.h>
 #endif
 
 #include <netinet/in.h>
-#include <netinet/tcp.h>  // TCP_NODELAY
+#include <netinet/tcp.h> 
 #include <arpa/inet.h>
-#include <netdb.h>        // gethostbyname()
-//#include <regex.h>    //comes via compat.h
+#include <netdb.h>
 
 #include "convert.hh"
 #include "socket.hh"