Index: driver/cfa.cc
===================================================================
--- driver/cfa.cc	(revision 7350330f5cd61b15d7b7d0bc6afa0bbe37c42c7d)
+++ driver/cfa.cc	(revision e85a72b8af411168ff8c331b0a5810e02b5c3e10)
@@ -10,6 +10,6 @@
 // Created On       : Tue Aug 20 13:44:49 2002
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Aug 30 21:48:48 2023
-// Update Count     : 480
+// Last Modified On : Thu Sep 28 21:53:54 2023
+// Update Count     : 484
 //
 
@@ -20,4 +20,5 @@
 #include <string>										// STL version
 #include <algorithm>									// find
+using namespace std;
 
 #include <unistd.h>										// execvp
@@ -27,9 +28,4 @@
 #include "Common/SemanticError.h"
 #include "config.h"										// configure info
-
-using std::cerr;
-using std::endl;
-using std::string;
-using std::to_string;
 
 //#define __DEBUG_H__
