(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 8e91a099d813aae2a23ab982f349d79f5b0a46b7..0fdd991f48e9e5f6cb32337fe8d9afb4c6bd5e72 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>