This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] mn10300: Delete duplicate header file include


I've just committed the patch below.

	* mn10300-tdep.c (regcache.h): Delete duplicate include.
	* Makefile.in (mn10300-tdep.o): Update dependencies.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.749
diff -u -p -r1.749 Makefile.in
--- Makefile.in	2 Sep 2005 23:42:28 -0000	1.749
+++ Makefile.in	2 Sep 2005 23:50:44 -0000
@@ -2310,7 +2310,7 @@ mn10300-linux-tdep.o: mn10300-linux-tdep
 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) \
Index: mn10300-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mn10300-tdep.c,v
retrieving revision 1.124
diff -u -p -r1.124 mn10300-tdep.c
--- mn10300-tdep.c	2 Sep 2005 23:42:29 -0000	1.124
+++ mn10300-tdep.c	2 Sep 2005 23:50:44 -0000
@@ -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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]