From f542f7ff84f8deeba6b8f336eab86db285a44604 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 4 Nov 1996 04:36:31 +0000 Subject: [PATCH] Get rid of bogus #ifdef's. --- gnu/usr.bin/bc/proto.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gnu/usr.bin/bc/proto.h b/gnu/usr.bin/bc/proto.h index 275a759578e6..dd3782d602d8 100644 --- a/gnu/usr.bin/bc/proto.h +++ b/gnu/usr.bin/bc/proto.h @@ -38,14 +38,8 @@ #endif /* Include the standard library header files. */ -#ifndef NO_UNISTD #include -#endif -#ifndef NO_STDLIB -#ifdef __STDC__ #include -#endif -#endif /* Define the _PROTOTYPE macro if it is needed. */