diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-01-15 13:45:24 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-01-15 13:45:24 +0000 |
commit | 5e0a85b9e79ce495d4c0f7710caf7411cca87c2b (patch) | |
tree | f38b7c3ed57e22951f170cce37cd495bd2f53bb8 /gdb/s390-tdep.c | |
parent | f9402356d2c5ebac4da4b5cbc87f02220ff384ab (diff) | |
download | gdb-5e0a85b9e79ce495d4c0f7710caf7411cca87c2b.tar.gz |
* s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
* Makefile.in (s390-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/s390-tdep.c')
-rw-r--r-- | gdb/s390-tdep.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c index 917aead439f..b5a92ca960a 100644 --- a/gdb/s390-tdep.c +++ b/gdb/s390-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for GDB, the GNU debugger. - Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, - Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. Contributed by D.J. Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com) for IBM Deutschland Entwicklung GmbH, IBM Corporation. @@ -32,8 +32,6 @@ #include "gdbcore.h" #include "gdbcmd.h" #include "objfiles.h" -#include "tm.h" -#include "../bfd/bfd.h" #include "floatformat.h" #include "regcache.h" #include "trad-frame.h" |