diff Histogram.c @ 35:eb23eeae4198

updated include paths
author Sean Halle <seanhalle@yahoo.com>
date Fri, 20 Sep 2013 00:01:08 -0700
parents 8166ea441cb5
children
line diff
     1.1 --- a/Histogram.c	Tue Jul 23 07:32:47 2013 -0700
     1.2 +++ b/Histogram.c	Fri Sep 20 00:01:08 2013 -0700
     1.3 @@ -7,8 +7,8 @@
     1.4   */
     1.5  #include <stdio.h>
     1.6  #include <string.h>
     1.7 -#include "Histogram.h"
     1.8 -#include "PR__common_includes/Services_offered_by_PR/Memory_Handling/vmalloc__wrapper_library.h"
     1.9 +#include <PR__include/prhistogram.h>
    1.10 +#include <PR__include/prmalloc.h>
    1.11  
    1.12  /*This Histogram Abstract Data Type has a number of bins plus a range of
    1.13   * values that the bins span, both chosen at creation.