bit.c: Don't include glimits.h.

* bit.c: Don't include glimits.h.
* target.c: Likewise.
* where.h: Likewise.

From-SVN: r54718
This commit is contained in:
Jason Thorpe 2002-06-17 21:21:01 +00:00 committed by Jason Thorpe
parent 912ce2971a
commit fc6874c843
4 changed files with 6 additions and 3 deletions

View File

@ -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.

View File

@ -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"

View File

@ -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"

View File

@ -61,7 +61,6 @@ typedef unsigned int ffewhereUses_;
/* Include files needed by this one. */
#include "glimits.h"
#include "top.h"
/* Structure definitions. */