* mn10300-tdep.c (regcache.h): Delete duplicate include.

* Makefile.in (mn10300-tdep.o): Update dependencies.
This commit is contained in:
Kevin Buettner 2005-09-02 23:51:51 +00:00
parent 697e3bc900
commit af6a629e65
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-09-02 Kevin Buettner <kevinb@redhat.com>
* mn10300-tdep.c (regcache.h): Delete duplicate include.
* Makefile.in (mn10300-tdep.o): Update dependencies.
2005-09-02 Kevin Buettner <kevinb@redhat.com>
* mn10300-tdep.c (osabi.h): Include.

View File

@ -2310,7 +2310,7 @@ mn10300-linux-tdep.o: mn10300-linux-tdep.c $(defs_h) $(gdbcore_h) \
mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) \
$(gdbtypes_h) $(regcache_h) $(gdb_string_h) $(gdb_assert_h) \
$(frame_h) $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) \
$(symtab_h) $(dwarf2_frame_h) $(regcache_h) $(osabi_h) $(mn10300_tdep_h)
$(symtab_h) $(dwarf2_frame_h) $(osabi_h) $(mn10300_tdep_h)
monitor.o: monitor.c $(defs_h) $(gdbcore_h) $(target_h) $(exceptions_h) \
$(gdb_string_h) $(command_h) $(serial_h) $(monitor_h) $(gdbcmd_h) \

View File

@ -36,7 +36,6 @@
#include "trad-frame.h"
#include "symtab.h"
#include "dwarf2-frame.h"
#include "regcache.h"
#include "osabi.h"
#include "mn10300-tdep.h"