changeset 13:2409ce192375

include statements adapted to the new folder structure
author hausers
date Thu, 09 Feb 2012 15:53:03 +0100
parents 20410d90dabb
children 1fbaedaac2c7
files Histogram.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/Histogram.h	Wed Sep 21 14:00:20 2011 +0200
     1.2 +++ b/Histogram.h	Thu Feb 09 15:53:03 2012 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4   * 
     1.5   */
     1.6  
     1.7 -#include "../VMS_primitive_data_types.h"
     1.8 +#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h"
     1.9  
    1.10  #ifndef _HISTOGRAM_H
    1.11  #define	_HISTOGRAM_H