From ed58389a75dead22704364d1ee4f16f006905a7f Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 24 Jun 2007 09:41:55 +0000 Subject: [PATCH] Remove unused #includes git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1539 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/tcp.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/varnish-cache/bin/varnishd/tcp.c b/varnish-cache/bin/varnishd/tcp.c index 93a9bceb..cc6e05a9 100644 --- a/varnish-cache/bin/varnishd/tcp.c +++ b/varnish-cache/bin/varnishd/tcp.c @@ -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" /*--------------------------------------------------------------------*/ -- 2.39.5