summaryrefslogtreecommitdiffhomepage
path: root/src/hashmap.c
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-23 18:20:27 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-23 18:20:27 +0000
commit451fad1ed25b417dac9aebc6a887bfd3691d1f01 (patch)
treef40572278cc90f596fe9ec17af00de90eb96ef0e /src/hashmap.c
parente633b979574c1b6e384015eb6c523be9efbd172e (diff)
Changed the header includes around to reflect the new source layout.
Diffstat (limited to 'src/hashmap.c')
-rw-r--r--src/hashmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hashmap.c b/src/hashmap.c
index 18006c6..ba700a0 100644
--- a/src/hashmap.c
+++ b/src/hashmap.c
@@ -1,4 +1,4 @@
-/* $Id: hashmap.c,v 1.9 2002-05-13 20:02:23 rjkaes Exp $
+/* $Id: hashmap.c,v 1.10 2002-05-23 18:20:27 rjkaes Exp $
*
* A hashmap implementation. The keys are case-insensitive NULL terminated
* strings, and the data is arbitrary lumps of data. Copies of both the
@@ -28,7 +28,7 @@
#include "tinyproxy.h"
#include "hashmap.h"
-#include "utils.h"
+#include "heap.h"
/*
* These structures are the storage for the hashmap. Entries are stored in