r1539 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sun Jun 24 11:41:55 CEST 2007


Author: phk
Date: 2007-06-24 11:41:55 +0200 (Sun, 24 Jun 2007)
New Revision: 1539

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


Modified: trunk/varnish-cache/bin/varnishd/tcp.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/tcp.c	2007-06-24 09:40:22 UTC (rev 1538)
+++ trunk/varnish-cache/bin/varnishd/tcp.c	2007-06-24 09:41:55 UTC (rev 1539)
@@ -44,14 +44,9 @@
 #ifndef HAVE_STRLCPY
 #include "compat/strlcpy.h"
 #endif
-#ifndef HAVE_STRNDUP
-#include "compat/strndup.h"
-#endif
 
 #include "heritage.h"
 #include "mgt.h"
-#include "cli.h"
-#include "cli_priv.h"
 
 /*--------------------------------------------------------------------*/
 




More information about the varnish-commit mailing list