Change dependences
[satune.git] / src / Collections / corestructs.h
1 #ifndef CORESTRUCTS_H
2 #define CORESTRUCTS_H
3
4 #include "cppvector.h"
5 #include "hashset.h"
6
7 typedef HashSet<Boolean *, uintptr_t, 4> HashSetBoolean;
8 typedef HSIterator<Boolean *, uintptr_t, 4> HSIteratorBoolean;
9
10 #endif