# HG changeset patch # User hausers # Date 1328799354 -3600 # Node ID 4d8a1e0f4336935d1ffdbc0bebfeb73293615e22 # Parent 9ecc993a29ea029806c612b52bf4e10a714af0b1 include statements adapted to the new folder structure diff -r 9ecc993a29ea -r 4d8a1e0f4336 PriorityQueue.c --- a/PriorityQueue.c Thu Feb 09 11:48:03 2012 +0100 +++ b/PriorityQueue.c Thu Feb 09 15:55:54 2012 +0100 @@ -11,7 +11,7 @@ #include "PriorityQueue.h" #ifndef DEBUG -#include "../VMS/vmalloc.h" +#include "../../VMS_Implementations/VMS_impl/vmalloc.h" #endif #define left(i) 2*i