From: thorpej Date: Mon, 17 Jun 2002 21:21:01 +0000 (+0000) Subject: * bit.c: Don't include glimits.h. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4437b2f6d247da233b6735e7a067561300eff5ca;p=thirdparty%2Fgcc.git * bit.c: Don't include glimits.h. * target.c: Likewise. * where.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54718 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 48fa9a0792ed..9e1dd9163a6b 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,9 @@ +2002-06-17 Jason Thorpe + + * bit.c: Don't include glimits.h. + * target.c: Likewise. + * where.h: Likewise. + 2002-06-12 Gabriel Dos Reis * bad.c (ffebad_start_): Adjust calls to diagnostic_count_error. diff --git a/gcc/f/bit.c b/gcc/f/bit.c index 70d78333d67d..00f064b1da22 100644 --- a/gcc/f/bit.c +++ b/gcc/f/bit.c @@ -31,7 +31,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Include files. */ #include "proj.h" -#include "glimits.h" #include "bit.h" #include "malloc.h" diff --git a/gcc/f/target.c b/gcc/f/target.c index 74c9760a05ce..5c06368a3a56 100644 --- a/gcc/f/target.c +++ b/gcc/f/target.c @@ -69,7 +69,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Include files. */ #include "proj.h" -#include "glimits.h" #include "target.h" #include "diagnostic.h" #include "bad.h" diff --git a/gcc/f/where.h b/gcc/f/where.h index a3adb4bda6b7..a0a6882e61fc 100644 --- a/gcc/f/where.h +++ b/gcc/f/where.h @@ -61,7 +61,6 @@ typedef unsigned int ffewhereUses_; /* Include files needed by this one. */ -#include "glimits.h" #include "top.h" /* Structure definitions. */