summaryrefslogtreecommitdiff
path: root/omegalib/omega_lib/include/basic/Collections.h
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/omega_lib/include/basic/Collections.h')
-rw-r--r--omegalib/omega_lib/include/basic/Collections.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/omegalib/omega_lib/include/basic/Collections.h b/omegalib/omega_lib/include/basic/Collections.h
new file mode 100644
index 0000000..1e68031
--- /dev/null
+++ b/omegalib/omega_lib/include/basic/Collections.h
@@ -0,0 +1,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
+