diff VMS.h @ 201:0320b49ca013

New include paths because of new project structure
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 13 Feb 2012 19:35:32 +0100
parents bfaebdf60df3
children
line diff
     1.1 --- a/VMS.h	Fri Feb 03 19:04:12 2012 +0100
     1.2 +++ b/VMS.h	Mon Feb 13 19:35:32 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>
    1.18 @@ -331,6 +331,6 @@
    1.19  #include "ProcrContext.h"
    1.20  #include "probes.h"
    1.21  #include "vutilities.h"
    1.22 -#include "../VMS_lang_specific_defines.h"
    1.23 +#include "VMS_Implementations/Vthread_impl/VMS_lang_specific_defines.h"
    1.24  #endif	/* _VMS_H */
    1.25