BSD 4_3_Reno release
[unix-history] / usr / src / games / hack / hack.pager.c
index 749d4b4..2624421 100644 (file)
@@ -5,9 +5,8 @@
 /* Also readmail() and doshell(), and generally the things that
    contact the outside world. */
 
 /* Also readmail() and doshell(), and generally the things that
    contact the outside world. */
 
-#include       <sys/types.h>
-#include       <sys/signal.h>
 #include       <stdio.h>
 #include       <stdio.h>
+#include       <signal.h>
 #include "hack.h"
 extern int CO, LI;     /* usually COLNO and ROWNO+2 */
 extern char *CD;
 #include "hack.h"
 extern int CO, LI;     /* usually COLNO and ROWNO+2 */
 extern char *CD;