Mailing List Archive

r1539 - trunk/varnish-cache/bin/varnishd
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"

/*--------------------------------------------------------------------*/