r2059 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sun Sep 30 21:44:06 CEST 2007


Author: phk
Date: 2007-09-30 21:44:06 +0200 (Sun, 30 Sep 2007)
New Revision: 2059

Modified:
   trunk/varnish-cache/bin/varnishd/cache_fetch.c
Log:
Remove unused #includes


Modified: trunk/varnish-cache/bin/varnishd/cache_fetch.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_fetch.c	2007-09-30 19:42:16 UTC (rev 2058)
+++ trunk/varnish-cache/bin/varnishd/cache_fetch.c	2007-09-30 19:44:06 UTC (rev 2059)
@@ -30,16 +30,10 @@
  */
 
 #include <stdio.h>
-#include <ctype.h>
 #include <inttypes.h>
-#include <unistd.h>
 #include <string.h>
 #include <stdlib.h>
 #include <fcntl.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netdb.h>
-#include <time.h>
 
 #include "shmlog.h"
 #include "cache.h"




More information about the varnish-commit mailing list