Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > PriorityQueue
changeset 1:4d8a1e0f4336
include statements adapted to the new folder structure
| author | hausers |
|---|---|
| date | Thu, 09 Feb 2012 15:55:54 +0100 |
| parents | 9ecc993a29ea |
| children | b0195491f167 500d0e2fabfb |
| files | PriorityQueue.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/PriorityQueue.c Thu Feb 09 11:48:03 2012 +0100 1.2 +++ b/PriorityQueue.c Thu Feb 09 15:55:54 2012 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 1.5 #include "PriorityQueue.h" 1.6 #ifndef DEBUG 1.7 -#include "../VMS/vmalloc.h" 1.8 +#include "../../VMS_Implementations/VMS_impl/vmalloc.h" 1.9 #endif 1.10 1.11 #define left(i) 2*i
