* ada-valprint.c, parse.c: Include defs.h before including ctype.h.

This commit is contained in:
Joel Brobecker 2010-01-09 04:34:35 +00:00
parent 4c49065043
commit 12c8947461
3 changed files with 7 additions and 3 deletions

View file

@ -31,9 +31,8 @@
during the process of parsing; the lower levels of the tree always
come first in the result. */
#include <ctype.h>
#include "defs.h"
#include <ctype.h>
#include "arch-utils.h"
#include "gdb_string.h"
#include "symtab.h"