From: wessels <> Date: Fri, 3 Aug 2001 22:55:21 +0000 (+0000) Subject: Why was "radix.h" included twice? X-Git-Tag: SQUID_3_0_PRE1~1457 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd0e88b371232b37368b755a071e09131e94286;p=thirdparty%2Fsquid.git Why was "radix.h" included twice? --- diff --git a/lib/radix.c b/lib/radix.c index ec7c692fde..6b1b77b60f 100644 --- a/lib/radix.c +++ b/lib/radix.c @@ -1,5 +1,5 @@ /* - * $Id: radix.c,v 1.13 2001/02/07 19:04:08 hno Exp $ + * $Id: radix.c,v 1.14 2001/08/03 16:55:21 wessels Exp $ * * DEBUG: section 53 Radix tree data structure implementation * AUTHOR: NetBSD Derived @@ -69,7 +69,6 @@ */ #include "config.h" -#include "radix.h" #if HAVE_UNISTD_H #include