From 92f5517c2510f7072dc16b84f1dd0db5b33f7aad Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 3 Feb 2005 22:33:55 +0000 Subject: [PATCH] More dependency reduction. Pull SERGEEV dependencies out of sstlinux.c. --- sstlinux.c | 3 --- sstlinux.h | 2 -- 2 files changed, 5 deletions(-) diff --git a/sstlinux.c b/sstlinux.c index b930842..4c479a0 100644 --- a/sstlinux.c +++ b/sstlinux.c @@ -1,6 +1,3 @@ -#include -#include - #include #include #include diff --git a/sstlinux.h b/sstlinux.h index 779f8eb..6dfbecf 100644 --- 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)) -- 2.31.1