Index: tests/include/includes.cfa
===================================================================
--- tests/include/includes.cfa	(revision 4074724783920776946ea2e5f6557e8cfd381943)
+++ tests/include/includes.cfa	(revision f2a1cd2558fcfcacb2b0ab75ebaafd98d36465fa)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Feb 20 21:51:04 2023
-// Update Count     : 780
+// Last Modified On : Wed Feb 22 10:16:58 2023
+// Update Count     : 811
 //
 
@@ -97,5 +97,5 @@
 #include <ncurses_dll.h>								// may not be installed, comes with ncurses
 #endif
-#include <netdb.h>
+//#include <netdb.h>
 #include <nl_types.h>
 #include <nss.h>
@@ -111,5 +111,5 @@
 #include <pwd.h>
 #include <regex.h>
-#include <resolv.h>
+//#include <resolv.h>
 #include <re_comp.h>
 #include <sched.h>
@@ -170,5 +170,5 @@
 #endif // __CFA__
 
-int main( int argc, char const * argv[] ) {
+int main() {
     #pragma GCC warning "Compiled"							// force non-empty .expect file, NO TABS!!!
 }
