From 092e8347352ded07a0f133e615f0ab026fa0fd4d Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 23 Aug 2006 09:06:16 +0000 Subject: [PATCH] Unneeded includes and ifdefs. More to do here. --- dos/pdcutil.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/dos/pdcutil.c b/dos/pdcutil.c index 2b48391e..c4ac6bf5 100644 --- a/dos/pdcutil.c +++ b/dos/pdcutil.c @@ -21,22 +21,9 @@ # include #endif -#if defined(DOS) && defined(MSC) #include -#endif -#ifdef TIME_WITH_SYS_TIME -# include -# include -#else -# ifdef HAVE_SYS_TIME_H -# include -# else -# include -# endif -#endif - -RCSID("$Id: pdcutil.c,v 1.8 2006/08/11 22:19:45 wmcbrine Exp $"); +RCSID("$Id: pdcutil.c,v 1.9 2006/08/23 09:06:16 wmcbrine Exp $"); void PDC_beep(void) {