Index: driver/cfa.cc
===================================================================
--- driver/cfa.cc	(revision 727c39d568ae36816a60dbaf52693a95cf134e61)
+++ driver/cfa.cc	(revision 55b060d686d3cac576f0c518302b16344a6fb205)
@@ -10,6 +10,6 @@
 // Created On       : Tue Aug 20 13:44:49 2002
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Jun  9 14:36:41 2023
-// Update Count     : 479
+// Last Modified On : Wed Aug 30 21:48:48 2023
+// Update Count     : 480
 //
 
@@ -361,5 +361,5 @@
 		} // if
 		args[nargs++] = "-I" CFA_INCDIR "concurrency";
-		args[nargs++] = "-I" CFA_INCDIR "containers";
+		args[nargs++] = "-I" CFA_INCDIR "collections";
 		libbase = CFA_LIBDIR;
 		break;
@@ -372,5 +372,5 @@
 		} // if
 		args[nargs++] = "-I" TOP_SRCDIR "libcfa/src" "/concurrency";
-		args[nargs++] = "-I" TOP_SRCDIR "libcfa/src" "/containers";
+		args[nargs++] = "-I" TOP_SRCDIR "libcfa/src" "/collections";
 
 		libbase = TOP_BUILDDIR "libcfa/";
