projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32d2d7
)
More dependency reduction.
author
Eric S. Raymond
<esr@thyrsus.com>
Thu, 3 Feb 2005 22:33:55 +0000
(22:33 +0000)
committer
Eric 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
patch
|
blob
|
history
sstlinux.h
patch
|
blob
|
history
diff --git
a/sstlinux.c
b/sstlinux.c
index b93084289fa64fd1d783a1fffde431229450168a..4c479a067dcfefa7e4bac680eefe0048e3c61da3 100644
(file)
--- a/
sstlinux.c
+++ b/
sstlinux.c
@@
-1,6
+1,3
@@
-#include <stdarg.h>
-#include <ncurses/ncurses.h>
-
#include <sys/types.h>
#include <fcntl.h>
#include <sys/ioctl.h>
diff --git
a/sstlinux.h
b/sstlinux.h
index 779f8eb50f5f451d351c2787fe7d6657135554fc..6dfbecf1a6568eedb32dfe7ec427e6fd44657353 100644
(file)
--- a/
sstlinux.h
+++ b/
sstlinux.h
@@
-5,8
+5,6
@@
int c_printf (char *format, ... );
void sound(unsigned int);
void nosound(void);
-extern WINDOW *conio_scr;
-
#define delay(x) usleep(x*1000)
#define randomize() srand((unsigned)time(NULL))