changeset 192:1738f190b7bb

include statements adapted to the new folder structure
author hausers
date Thu, 09 Feb 2012 15:58:40 +0100
parents 934d2b52ab0b
children 7cff4e13d5c4
files VMS.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line diff
     1.1 --- a/VMS.h	Tue Feb 07 12:54:28 2012 -0800
     1.2 +++ b/VMS.h	Thu Feb 09 15:58:40 2012 +0100
     1.3 @@ -11,10 +11,10 @@
     1.4  #define _GNU_SOURCE
     1.5  
     1.6  #include "VMS_primitive_data_types.h"
     1.7 -#include "Queue_impl/PrivateQueue.h"
     1.8 -#include "Histogram/Histogram.h"
     1.9 -#include "DynArray/DynArray.h"
    1.10 -#include "Hash_impl/PrivateHash.h"
    1.11 +#include "../../C_Libraries/Queue_impl/PrivateQueue.h"
    1.12 +#include "../../C_Libraries/Histogram/Histogram.h"
    1.13 +#include "../../C_Libraries/DynArray/DynArray.h"
    1.14 +#include "../../C_Libraries/Hash_impl/PrivateHash.h"
    1.15  #include "vmalloc.h"
    1.16  
    1.17  #include <pthread.h>