diff PrivateHash.c @ 35:dc1e44b0d702

updated include paths
author Sean Halle <seanhalle@yahoo.com>
date Thu, 19 Sep 2013 23:59:36 -0700
parents 049a8d8917c5
children
line diff
     1.1 --- a/PrivateHash.c	Tue Jul 23 07:38:54 2013 -0700
     1.2 +++ b/PrivateHash.c	Thu Sep 19 23:59:36 2013 -0700
     1.3 @@ -6,8 +6,8 @@
     1.4   * Author: seanhalle@yahoo.com
     1.5   */
     1.6  
     1.7 -#include "PrivateHash.h"
     1.8 -#include "PR__common_includes/Services_offered_by_PR/Memory_Handling/vmalloc__wrapper_library.h"
     1.9 +#include <PR__include/prhash.h>
    1.10 +#include <PR__include/prmalloc.h>
    1.11  
    1.12  HashTable *
    1.13  makeHashTable( int numHashSlots, FreeEntryContentFnPtr freeFn )