# HG changeset patch # User Some Random Person # Date 1331688666 25200 # Node ID 555cc068a79ad13d0715a5cb4c10391bf5863cdc # Parent e59d398742743efa185989e7f1d5f19f41634d24 More progress towards getting common_ancestor working diff -r e59d39874274 -r 555cc068a79a BlockingQueue.h --- a/BlockingQueue.h Tue Mar 13 10:07:00 2012 -0700 +++ b/BlockingQueue.h Tue Mar 13 18:31:06 2012 -0700 @@ -5,11 +5,11 @@ * Created on November 11, 2009, 12:51 PM */ -#ifndef _BLOCKINGQUEUE_H +#ifndef _BLOCKINGQUEUE_H #define _BLOCKINGQUEUE_H -#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" -#include "../../VMS_Implementations/VMS_impl/vmalloc.h" +#include "VMS_impl/VMS_primitive_data_types.h" +#include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h" #define TRUE 1 diff -r e59d39874274 -r 555cc068a79a PrivateQueue.h --- a/PrivateQueue.h Tue Mar 13 10:07:00 2012 -0700 +++ b/PrivateQueue.h Tue Mar 13 18:31:06 2012 -0700 @@ -10,7 +10,7 @@ #include "VMS_impl/VMS_primitive_data_types.h" -#include "VMS_impl/vmalloc.h" +#include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h" #define TRUE 1