comparison dependency.h @ 78:0d04c3e608cc

Creating a new branch for development of the DKU Pattern
author Sean Halle <seanhalle@yahoo.com>
date Sun, 26 Aug 2012 02:49:34 -0700
parents 3c9ed64db705
children d20b105981b7
comparison
equal deleted inserted replaced
6:9a20001734bd 7:aafeea36047e
3 * Author: Nina Engelhardt 3 * Author: Nina Engelhardt
4 * 4 *
5 * Created on 29. August 2011, 17:41 5 * Created on 29. August 2011, 17:41
6 */ 6 */
7 7
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 "ListOfArrays/ListOfArrays.h" 13 #include "ListOfArrays/ListOfArrays.h"
14 14