diff options
author | Mark Kettenis <kettenis@gnu.org> | 2007-02-08 10:39:19 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2007-02-08 10:39:19 +0000 |
commit | 09eb0f9948f0469d0cac8c2b9ad23e597e337d1c (patch) | |
tree | d1d244b75d33181eb615b275e5f83c7cef42ce0b /gdb/sparcnbsd-tdep.c | |
parent | 73961e0225052cc8d195869ea8914b5f305ab779 (diff) | |
download | gdb-09eb0f9948f0469d0cac8c2b9ad23e597e337d1c.tar.gz |
* sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
* Makefile.in (sparcnbsd-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/sparcnbsd-tdep.c')
-rw-r--r-- | gdb/sparcnbsd-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sparcnbsd-tdep.c b/gdb/sparcnbsd-tdep.c index 0b8d86ef85d..b8673b0c719 100644 --- a/gdb/sparcnbsd-tdep.c +++ b/gdb/sparcnbsd-tdep.c @@ -21,10 +21,10 @@ Boston, MA 02110-1301, USA. */ #include "defs.h" -#include "floatformat.h" #include "frame.h" #include "frame-unwind.h" #include "gdbcore.h" +#include "gdbtypes.h" #include "osabi.h" #include "regcache.h" #include "regset.h" |