diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2002-06-17 21:21:01 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-06-17 21:21:01 +0000 |
commit | fc6874c8431bce484ea6b0685539152d531c55a4 (patch) | |
tree | 2e602ac611ea62c62329af459852c6040fafd68c | |
parent | 912ce2971a2fc65ca9684e11b23300d23e8ffbc8 (diff) | |
download | gcc-fc6874c8431bce484ea6b0685539152d531c55a4.zip gcc-fc6874c8431bce484ea6b0685539152d531c55a4.tar.gz gcc-fc6874c8431bce484ea6b0685539152d531c55a4.tar.bz2 |
bit.c: Don't include glimits.h.
* bit.c: Don't include glimits.h.
* target.c: Likewise.
* where.h: Likewise.
From-SVN: r54718
-rw-r--r-- | gcc/f/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/f/bit.c | 1 | ||||
-rw-r--r-- | gcc/f/target.c | 1 | ||||
-rw-r--r-- | gcc/f/where.h | 1 |
4 files changed, 6 insertions, 3 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 48fa9a0..9e1dd91 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,9 @@ +2002-06-17 Jason Thorpe <thorpej@wasabisystems.com> + + * bit.c: Don't include glimits.h. + * target.c: Likewise. + * where.h: Likewise. + 2002-06-12 Gabriel Dos Reis <gdr@codesourcery.com> * bad.c (ffebad_start_): Adjust calls to diagnostic_count_error. diff --git a/gcc/f/bit.c b/gcc/f/bit.c index 70d7833..00f064b 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 74c9760..5c06368 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 a3adb4b..a0a6882 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. */ |