comparison dependency.h @ 57:6b723b55b9a0

update include headers
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Fri, 10 Feb 2012 18:34:51 +0100
parents 70d24e2343bb
children 3c9ed64db705
comparison
equal deleted inserted replaced
4:257597d86efb 5:1642d2b62b2f
8 #ifndef DEPENDENCY_H 8 #ifndef DEPENDENCY_H
9 #define DEPENDENCY_H 9 #define DEPENDENCY_H
10 10
11 11
12 #include <stdio.h> 12 #include <stdio.h>
13 #include "VMS/ListOfArrays/ListOfArrays.h" 13 #include "../../C_Libraries/ListOfArrays/ListOfArrays.h"
14 14
15 typedef struct { 15 typedef struct {
16 int vp; 16 int vp;
17 int task; 17 int task;
18 } Unit; 18 } Unit;