summaryrefslogtreecommitdiff
path: root/omegalib/omega_lib/include/basic/Collections.h
blob: 1e680318396e63575e4d95452e220fe3e106e45e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#if !defined Already_Included_Collections
#define Already_Included_Collections

#include <stdio.h>
#include <basic/Collection.h>
#include <basic/Iterator.h>
#include <basic/List.h>
#include <basic/Bag.h>
#include <basic/Map.h>

#endif