From a21cd7e3ed97041af3bb4c2c124f2474b78574ad Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Fri, 7 Aug 2009 03:42:53 +0530 Subject: Rename tinyproxy.[ch] to main.[ch] --- src/hashmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hashmap.c') 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" -- cgit v1.2.3