* avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,

ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
	sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
	* Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
	(ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
	(sparc-linux-tdep.o): Update.
This commit is contained in:
Daniel Jacobowitz
2007-02-16 21:49:59 +00:00
parent 61ff6e04e4
commit e6bb342af7
11 changed files with 27 additions and 14 deletions

View File

@@ -32,7 +32,7 @@
#include "regcache.h"
#include "trad-frame.h"
#include "tramp-frame.h"
#include "floatformat.h"
#include "gdbtypes.h"
#include "solib.h"
#include "symtab.h"
#include "mips-linux-tdep.h"