diff options
author | Richard Henderson <rth@redhat.com> | 2003-06-02 04:34:37 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-06-02 04:34:37 +0000 |
commit | f1e1eb1bf923c6f5f86214d795ad940f7a026d2f (patch) | |
tree | 9f8303f6577711a3c329484f37e64d36ffdd6a13 /gdb/alpha-mdebug-tdep.c | |
parent | 9c0691e951ec26f5e99fbc659a678fcab2d5b6b6 (diff) | |
download | gdb-f1e1eb1bf923c6f5f86214d795ad940f7a026d2f.tar.gz |
* Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
(alpha-linux-tdep.o): Update dependencies.
(alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
* alpha-mdebug-tdep.c: Remove unneeded includes.
Diffstat (limited to 'gdb/alpha-mdebug-tdep.c')
-rw-r--r-- | gdb/alpha-mdebug-tdep.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/alpha-mdebug-tdep.c b/gdb/alpha-mdebug-tdep.c index 2f49e08260c..4baae9752f0 100644 --- a/gdb/alpha-mdebug-tdep.c +++ b/gdb/alpha-mdebug-tdep.c @@ -23,25 +23,11 @@ #include "frame.h" #include "frame-unwind.h" #include "frame-base.h" -#include "inferior.h" #include "symtab.h" -#include "value.h" -#include "gdbcmd.h" #include "gdbcore.h" -#include "dis-asm.h" -#include "symfile.h" -#include "objfiles.h" -#include "gdb_string.h" -#include "linespec.h" -#include "regcache.h" -#include "doublest.h" -#include "arch-utils.h" -#include "osabi.h" #include "block.h" #include "gdb_assert.h" -#include "elf-bfd.h" - #include "alpha-tdep.h" /* FIXME: Some of this code should perhaps be merged with mips. */ |