--- freem/src/frmgbl.c	2025/01/19 02:04:04	1.1.1.1
+++ freem/src/frmgbl.c	2025/02/26 00:48:27	1.2
@@ -56,20 +56,6 @@
 # include "errmsg.h"
 #endif
 
-#if defined HAVE_NCURSESW_CURSES_H
-#  include <ncursesw/curses.h>
-#elif defined HAVE_NCURSESW_H
-#  include <ncursesw.h>
-#elif defined HAVE_NCURSES_CURSES_H
-#  include <ncurses/curses.h>
-#elif defined HAVE_NCURSES_H
-#  include <ncurses.h>
-#elif defined HAVE_CURSES_H
-#  include <curses.h>
-#else
-#  error "SysV or X/Open-compatible Curses header file required"
-#endif
-
 #define UNSIGN(A) ((A)&0377)
 
 #define g_EOL 30