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:
parent
912ce2971a
commit
fc6874c843
@ -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.
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -61,7 +61,6 @@ typedef unsigned int ffewhereUses_;
|
||||
|
||||
/* Include files needed by this one. */
|
||||
|
||||
#include "glimits.h"
|
||||
#include "top.h"
|
||||
|
||||
/* Structure definitions. */
|
||||
|
Loading…
Reference in New Issue
Block a user