diff options
author | Doug Evans <dje@gnu.org> | 1996-01-27 16:31:31 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-01-27 16:31:31 +0000 |
commit | 39733624099ba6b2fb1b034bb87fb6b95f747a61 (patch) | |
tree | 98686d99dea35a4748bc3d394397548ca5a33d29 /gcc/cpplib.c | |
parent | 3411a85aa449e982db0cb52572b3e495a304cac7 (diff) | |
download | gcc-39733624099ba6b2fb1b034bb87fb6b95f747a61.zip gcc-39733624099ba6b2fb1b034bb87fb6b95f747a61.tar.gz gcc-39733624099ba6b2fb1b034bb87fb6b95f747a61.tar.bz2 |
(sys/param.h): Delete inclusion.
This was a CYGNUS LOCAL patch accidentally installed at the FSF.
From-SVN: r11117
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index 8e91a09..0fdd991 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -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> |