diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-30 13:45:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-30 13:45:15 +0000 |
commit | a1c5c364d66f65f5187aa9f953e7c9c624a52b67 (patch) | |
tree | d5ab0152a32763a2fd229a791c62614dcf47e6bb /gdb/arch-utils.c | |
parent | a4a10d504212aa0f6edd5d9d5f82ba82dacf9a00 (diff) | |
download | gdb-a1c5c364d66f65f5187aa9f953e7c9c624a52b67.tar.gz |
2002-07-30 Andrew Cagney <ac131313@redhat.com>
* symtab.h: Replace #include "gdb_obstack.h" with opaque
declaration.
* cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
* gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
* avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
* arch-utils.c, cli/cli-setshow.c: Unconditionally include
"gdb_string.h".
* Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
(gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
(cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
(avr-tdep.o, mon960-rom.o): Ditto.
(aout_stabs_gnu_h): Define.
(symtab_h): Remove $(gdb_obstack_h).
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r-- | gdb/arch-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index b79a02a76ab..a407f9e28be 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -29,7 +29,6 @@ #else /* Just include everything in sight so that the every old definition of macro is visible. */ -#include "gdb_string.h" #include "symtab.h" #include "frame.h" #include "inferior.h" @@ -40,6 +39,7 @@ #include "target.h" #include "annotate.h" #endif +#include "gdb_string.h" #include "regcache.h" #include "gdb_assert.h" #include "sim-regno.h" |