r658 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sat Aug 5 14:18:45 CEST 2006


Author: phk
Date: 2006-08-05 14:18:45 +0200 (Sat, 05 Aug 2006)
New Revision: 658

Modified:
   trunk/varnish-cache/bin/varnishd/cache_acceptor.c
   trunk/varnish-cache/bin/varnishd/cache_http.c
   trunk/varnish-cache/bin/varnishd/cache_main.c
   trunk/varnish-cache/bin/varnishd/cache_pipe.c
Log:
Remove unused includes


Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2006-08-05 12:17:56 UTC (rev 657)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2006-08-05 12:18:45 UTC (rev 658)
@@ -19,7 +19,6 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 
-#include "config.h"
 #include "libvarnish.h"
 #include "heritage.h"
 #include "shmlog.h"

Modified: trunk/varnish-cache/bin/varnishd/cache_http.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_http.c	2006-08-05 12:17:56 UTC (rev 657)
+++ trunk/varnish-cache/bin/varnishd/cache_http.c	2006-08-05 12:18:45 UTC (rev 658)
@@ -12,7 +12,6 @@
 #include <string.h>
 #include <ctype.h>
 
-#include "libvarnish.h"
 #include "shmlog.h"
 #include "cache.h"
 

Modified: trunk/varnish-cache/bin/varnishd/cache_main.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_main.c	2006-08-05 12:17:56 UTC (rev 657)
+++ trunk/varnish-cache/bin/varnishd/cache_main.c	2006-08-05 12:18:45 UTC (rev 658)
@@ -7,7 +7,6 @@
 #include <stdlib.h>
 #include <signal.h>
 
-#include "libvarnish.h"
 #include "heritage.h"
 #include "shmlog.h"
 #include "cache.h"

Modified: trunk/varnish-cache/bin/varnishd/cache_pipe.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pipe.c	2006-08-05 12:17:56 UTC (rev 657)
+++ trunk/varnish-cache/bin/varnishd/cache_pipe.c	2006-08-05 12:18:45 UTC (rev 658)
@@ -11,7 +11,6 @@
 #include <stdlib.h>
 #include <sys/socket.h>
 
-#include "libvarnish.h"
 #include "shmlog.h"
 #include "cache.h"
 




More information about the varnish-commit mailing list