Index: libcfa/src/concurrency/alarm.hfa
===================================================================
--- libcfa/src/concurrency/alarm.hfa	(revision 23edb610217d4c402e15ba1bbed250849c7da9f1)
+++ libcfa/src/concurrency/alarm.hfa	(revision 55b060d686d3cac576f0c518302b16344a6fb205)
@@ -10,6 +10,6 @@
 // Created On       : Fri Jun 2 11:31:25 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Mar 26 16:25:41 2018
-// Update Count     : 11
+// Last Modified On : Wed Aug 30 21:27:40 2023
+// Update Count     : 12
 //
 
@@ -23,5 +23,5 @@
 #include "time.hfa"
 
-#include "containers/list.hfa"
+#include "collections/list.hfa"
 
 struct thread$;
Index: libcfa/src/concurrency/invoke.h
===================================================================
--- libcfa/src/concurrency/invoke.h	(revision 23edb610217d4c402e15ba1bbed250849c7da9f1)
+++ libcfa/src/concurrency/invoke.h	(revision 55b060d686d3cac576f0c518302b16344a6fb205)
@@ -10,11 +10,11 @@
 // Created On       : Tue Jan 17 12:27:26 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Mar 14 13:39:31 2023
-// Update Count     : 59
+// Last Modified On : Wed Aug 30 21:27:51 2023
+// Update Count     : 60
 //
 
 // No not use #pragma once was this file is included twice in some places. It has its own guard system.
 
-#include "bits/containers.hfa"
+#include "bits/collections.hfa"
 #include "bits/defs.hfa"
 #include "bits/locks.hfa"
@@ -23,5 +23,5 @@
 
 #ifdef __cforall
-#include "containers/list.hfa"
+#include "collections/list.hfa"
 extern "C" {
 #endif
Index: libcfa/src/concurrency/kernel.hfa
===================================================================
--- libcfa/src/concurrency/kernel.hfa	(revision 23edb610217d4c402e15ba1bbed250849c7da9f1)
+++ libcfa/src/concurrency/kernel.hfa	(revision 55b060d686d3cac576f0c518302b16344a6fb205)
@@ -10,6 +10,6 @@
 // Created On       : Tue Jan 17 12:27:26 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Feb  4 12:29:26 2020
-// Update Count     : 22
+// Last Modified On : Wed Aug 30 21:28:46 2023
+// Update Count     : 23
 //
 
@@ -20,5 +20,5 @@
 #include "coroutine.hfa"
 
-#include "containers/list.hfa"
+#include "collections/list.hfa"
 
 extern "C" {
Index: libcfa/src/concurrency/locks.hfa
===================================================================
--- libcfa/src/concurrency/locks.hfa	(revision 23edb610217d4c402e15ba1bbed250849c7da9f1)
+++ libcfa/src/concurrency/locks.hfa	(revision 55b060d686d3cac576f0c518302b16344a6fb205)
@@ -21,6 +21,6 @@
 
 #include "bits/weakso_locks.hfa"
-#include "containers/lockfree.hfa"
-#include "containers/list.hfa"
+#include "collections/lockfree.hfa"
+#include "collections/list.hfa"
 
 #include "limits.hfa"
Index: libcfa/src/concurrency/once.hfa
===================================================================
--- libcfa/src/concurrency/once.hfa	(revision 23edb610217d4c402e15ba1bbed250849c7da9f1)
+++ libcfa/src/concurrency/once.hfa	(revision 55b060d686d3cac576f0c518302b16344a6fb205)
@@ -16,5 +16,5 @@
 #pragma once
 
-#include "containers/lockfree.hfa"
+#include "collections/lockfree.hfa"
 #include "kernel/fwd.hfa"
 
Index: libcfa/src/concurrency/select.hfa
===================================================================
--- libcfa/src/concurrency/select.hfa	(revision 23edb610217d4c402e15ba1bbed250849c7da9f1)
+++ libcfa/src/concurrency/select.hfa	(revision 55b060d686d3cac576f0c518302b16344a6fb205)
@@ -17,5 +17,5 @@
 #pragma once
 
-#include "containers/list.hfa"
+#include "collections/list.hfa"
 #include "alarm.hfa"
 #include "kernel.hfa"
