(sys/param.h): Delete inclusion.
authorDoug Evans <dje@gnu.org>
Sat, 27 Jan 1996 16:31:31 +0000 (16:31 +0000)
committerDoug Evans <dje@gnu.org>
Sat, 27 Jan 1996 16:31:31 +0000 (16:31 +0000)
This was a CYGNUS LOCAL patch accidentally installed at the FSF.

From-SVN: r11117

gcc/cpplib.c

index 8e91a09..0fdd991 100644 (file)
@@ -78,7 +78,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #include <sys/time.h>          /* for __DATE__ and __TIME__ */
 #include <sys/resource.h>
 #else
-#include <sys/param.h>                 /* CYGNUS LOCAL: shebs -noquiet */
 #include <sys/times.h>
 #include <time.h>
 #include <fcntl.h>