diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-11-03 10:28:30 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-11-03 03:28:30 -0700 |
commit | 77355bd5f213c49c1c36c812a230cead2e20f83e (patch) | |
tree | ae470494561b704e328c34527db0013e4aa1dc74 /gcc/dwarf2out.c | |
parent | 35a44d1875f06e5919a83a8e0cff92d93fccc515 (diff) | |
download | gcc-77355bd5f213c49c1c36c812a230cead2e20f83e.zip gcc-77355bd5f213c49c1c36c812a230cead2e20f83e.tar.gz gcc-77355bd5f213c49c1c36c812a230cead2e20f83e.tar.bz2 |
* dwarf2out.c: Do not include ctype.h.
From-SVN: r30371
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 08b957d..41fe6cb 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -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. */ |