Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
changeset 12:f9776626259b
include statements adapted to the new folder structure
| author | hausers |
|---|---|
| date | Thu, 09 Feb 2012 15:44:39 +0100 |
| parents | 601709e9f2a4 |
| children | 9de0a9369134 |
| files | DynArray.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/DynArray.h Tue Feb 07 12:51:29 2012 -0800 1.2 +++ b/DynArray.h Thu Feb 09 15:44:39 2012 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 #ifndef _DYNARRAY_H 1.5 #define _DYNARRAY_H 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 1.11 //A dynamic array is same as any other array, but add a DynArrayInfo next
