]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/bs.c
ncurses 5.5
[ncurses.git] / test / bs.c
index 518308a0f31437878e60c33f979b1439fd84c9aa..5b9f6ecdc49150e3a0716e5fc4daabe9c2e40fdb 100644 (file)
--- a/test/bs.c
+++ b/test/bs.c
@@ -7,15 +7,13 @@
  * v2.0 featuring strict ANSI/POSIX conformance, November 1993.
  * v2.1 with ncurses mouse support, September 1995
  *
- * $Id: bs.c,v 1.36 2002/06/29 23:32:18 tom Exp $
+ * $Id: bs.c,v 1.41 2005/05/28 21:38:24 tom Exp $
  */
 
-#include <ctype.h>
-#include <assert.h>
-#include <time.h>
-
 #include <test.priv.h>
 
+#include <time.h>
+
 #ifndef SIGIOT
 #define SIGIOT SIGABRT
 #endif