diff FloatHist.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/FloatHist.c	Tue Jul 23 07:32:47 2013 -0700
     1.2 +++ b/FloatHist.c	Fri Sep 20 00:01:08 2013 -0700
     1.3 @@ -6,7 +6,7 @@
     1.4   *
     1.5   */
     1.6  #include <stdio.h>
     1.7 -#include "Histogram.h"
     1.8 +#include <PR__include/prhistogram.h>
     1.9  
    1.10  /*This Histogram Abstract Data Type has a number of bins, the starting
    1.11   * value, and the width of each bin, as a float, all chosen at creation.