# HG changeset patch # User Some Random Person # Date 1331359921 28800 # Node ID dabefab7d2640390de8adb46ecf5066a364efbab # Parent bd38feb38c802c8105d248218b85108b27f302b9 fixed include paths -- paths should be set in Netbeans as project settings diff -r bd38feb38c80 -r dabefab7d264 PrivateQueue.h --- a/PrivateQueue.h Sun Mar 04 14:25:24 2012 -0800 +++ b/PrivateQueue.h Fri Mar 09 22:12:01 2012 -0800 @@ -9,8 +9,8 @@ #define _PRIVATE_QUEUE_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/vmalloc.h" #define TRUE 1