* dwarf2out.c: Do not include ctype.h.

From-SVN: r30371
This commit is contained in:
Jeffrey A Law 1999-11-03 10:28:30 +00:00 committed by Jeff Law
parent 35a44d1875
commit 77355bd5f2
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Nov 3 03:26:28 1999 Jeffrey A Law (law@cygnus.com)
* dwarf2out.c: Do not include ctype.h.
Tue Nov 2 21:53:44 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* regclass.c (record_reg_classes): Always use may_move_cost when

View File

@ -44,7 +44,6 @@ Boston, MA 02111-1307, USA. */
#include "dwarf2out.h"
#include "toplev.h"
#include "dyn-string.h"
#include <ctype.h>
/* We cannot use <assert.h> in GCC source, since that would include
GCC's assert.h, which may not be compatible with the host compiler. */