# HG changeset patch # User hausers # Date 1328798861 -3600 # Node ID 1cffeb8705640155d8127fd09795e05cbea40b80 # Parent 20f0996a84002efdfb2e260488b70ad415f2b4cf include statements adapted to the new folder structure diff -r 20f0996a8400 -r 1cffeb870564 DynArray.h --- a/DynArray.h Wed Jun 22 16:53:07 2011 +0200 +++ b/DynArray.h Thu Feb 09 15:47:41 2012 +0100 @@ -8,7 +8,7 @@ #ifndef _DYNARRAY_H #define _DYNARRAY_H -#include "../VMS_primitive_data_types.h" +#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" //A dynamic array is same as any other array, but add a DynArrayInfo next