summaryrefslogtreecommitdiff
path: root/src/hashmap.c
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2009-08-07 03:42:53 +0530
committerMukund Sivaraman <muks@banu.com>2009-08-07 03:42:53 +0530
commita21cd7e3ed97041af3bb4c2c124f2474b78574ad (patch)
treebe1943d7edd85fa1bc75f711decbcd3602455519 /src/hashmap.c
parentb5089fecc7f125b6700b19ef71070a73917d9e4c (diff)
downloadtinyproxy-a21cd7e3ed97041af3bb4c2c124f2474b78574ad.tar.gz
tinyproxy-a21cd7e3ed97041af3bb4c2c124f2474b78574ad.zip
Rename tinyproxy.[ch] to main.[ch]
Diffstat (limited to '')
-rw-r--r--src/hashmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hashmap.c b/src/hashmap.c
index f8b181d..2c8327c 100644
--- a/src/hashmap.c
+++ b/src/hashmap.c
@@ -25,7 +25,7 @@
* don't try to free the data, or realloc the memory. :)
*/
-#include "tinyproxy.h"
+#include "main.h"
#include "hashmap.h"
#include "heap.h"