]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Why was "radix.h" included twice?
authorwessels <>
Fri, 3 Aug 2001 22:55:21 +0000 (22:55 +0000)
committerwessels <>
Fri, 3 Aug 2001 22:55:21 +0000 (22:55 +0000)
lib/radix.c

index ec7c692fde2a4ef4fdee71cd0db0811c33fad9c6..6b1b77b60fc69909fe1a5bb4a35854c9d00f8cc6 100644 (file)
@@ -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 <unistd.h>