diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-12-21 04:59:00 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-12-21 04:59:00 +0000 |
commit | 3463063964aa80cb5630c8330c57f837521b74eb (patch) | |
tree | cb35e41984bc7a79e278412a18e1dbcd64d3b504 /gdb/rs6000-tdep.h | |
parent | 7022d7981926b1dd2bbd0f81f7bf4823fa04ff70 (diff) | |
download | gdb-3463063964aa80cb5630c8330c57f837521b74eb.zip gdb-3463063964aa80cb5630c8330c57f837521b74eb.tar.gz gdb-3463063964aa80cb5630c8330c57f837521b74eb.tar.bz2 |
* rs6000-tdep.h: Remove defs.h #include.
* Makefile.in (rs6000_tdep_h): Update dependencies.
Diffstat (limited to 'gdb/rs6000-tdep.h')
-rw-r--r-- | gdb/rs6000-tdep.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/rs6000-tdep.h b/gdb/rs6000-tdep.h index f0e0f3c..bafb28c 100644 --- a/gdb/rs6000-tdep.h +++ b/gdb/rs6000-tdep.h @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" - extern int rs6000_software_single_step (struct frame_info *frame); /* Hook in rs6000-tdep.c for determining the TOC address when |