comparison dependency.h @ 65:51b8f15fea29

New states for sub-repos, almost works, just bug in shutdown to fix still
author Some Random Person <seanhalle@yahoo.com>
date Wed, 14 Mar 2012 23:22:00 -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