diff options
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> |