More dependency reduction.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 3 Feb 2005 22:33:55 +0000 (22:33 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 3 Feb 2005 22:33:55 +0000 (22:33 +0000)
Pull SERGEEV dependencies out of sstlinux.c.

sstlinux.c
sstlinux.h

index b93084289fa64fd1d783a1fffde431229450168a..4c479a067dcfefa7e4bac680eefe0048e3c61da3 100644 (file)
@@ -1,6 +1,3 @@
-#include <stdarg.h>
-#include <ncurses/ncurses.h>
-
 #include <sys/types.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <sys/types.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
index 779f8eb50f5f451d351c2787fe7d6657135554fc..6dfbecf1a6568eedb32dfe7ec427e6fd44657353 100644 (file)
@@ -5,8 +5,6 @@ int c_printf (char *format, ... );
 void sound(unsigned int);
 void nosound(void);
 
 void sound(unsigned int);
 void nosound(void);
 
-extern WINDOW *conio_scr;
-
 #define delay(x) usleep(x*1000)
 #define randomize() srand((unsigned)time(NULL))
 
 #define delay(x) usleep(x*1000)
 #define randomize() srand((unsigned)time(NULL))