diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-23 18:20:27 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-23 18:20:27 +0000 |
commit | 451fad1ed25b417dac9aebc6a887bfd3691d1f01 (patch) | |
tree | f40572278cc90f596fe9ec17af00de90eb96ef0e /src/anonymous.c | |
parent | e633b979574c1b6e384015eb6c523be9efbd172e (diff) |
Changed the header includes around to reflect the new source layout.
Diffstat (limited to 'src/anonymous.c')
-rw-r--r-- | src/anonymous.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |