diff Histogram.h @ 21:4d9af65ad3df

removed print-to-file hack that wasn't generic and fixed include paths
author Some Random Person <seanhalle@yahoo.com>
date Fri, 09 Mar 2012 22:16:40 -0800
parents 32489b8b763c
children 0d2f5b1db610
line diff
     1.1 --- a/Histogram.h	Mon Feb 13 12:50:42 2012 -0800
     1.2 +++ b/Histogram.h	Fri Mar 09 22:16:40 2012 -0800
     1.3 @@ -6,9 +6,8 @@
     1.4   * 
     1.5   */
     1.6  
     1.7 -#include "../../VMS_Implementations/VMS_impl/VMS.h"
     1.8 -#include "../../VMS_Implementations/VMS_impl/vmalloc.h"
     1.9 -#include "../../VMS_Implementations/VMS_impl/vutilities.h"
    1.10 +#include "VMS_impl/VMS_primitive_data_types.h"
    1.11 +#include "VMS_impl/vmalloc.h"
    1.12  
    1.13  #ifndef _HISTOGRAM_H
    1.14  #define	_HISTOGRAM_H