93:5f72042eb91c | 94:f48ffd2f2224 |
---|---|
9 | 9 |
10 #ifndef LIBTU_OBJLIST_H | 10 #ifndef LIBTU_OBJLIST_H |
11 #define LIBTU_OBJLIST_H | 11 #define LIBTU_OBJLIST_H |
12 | 12 |
13 #include "types.h" | 13 #include "types.h" |
14 #include "iterable.h" | |
14 #include "obj.h" | 15 #include "obj.h" |
15 #include "ptrlist.h" | |
16 | 16 |
17 | 17 |
18 INTRSTRUCT(ObjList); | 18 INTRSTRUCT(ObjList); |
19 | 19 |
20 | 20 |