From 451fad1ed25b417dac9aebc6a887bfd3691d1f01 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 23 May 2002 18:20:27 +0000 Subject: Changed the header includes around to reflect the new source layout. --- src/anonymous.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/anonymous.c') diff --git a/src/anonymous.c b/src/anonymous.c index 3f6f1b0..3a95130 100644 --- a/src/anonymous.c +++ b/src/anonymous.c @@ -1,4 +1,4 @@ -/* $Id: anonymous.c,v 1.13 2002-04-25 18:52:09 rjkaes Exp $ +/* $Id: anonymous.c,v 1.14 2002-05-23 18:20:27 rjkaes Exp $ * * Handles insertion and searches for headers which should be let through when * the anonymous feature is turned on. @@ -20,8 +20,8 @@ #include "anonymous.h" #include "hashmap.h" +#include "heap.h" #include "log.h" -#include "utils.h" static hashmap_t anonymous_map = NULL; -- cgit v1.2.3