diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-01-29 21:26:04 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-01-29 21:26:04 +0000 |
commit | b4d5ed91aeaa7adad902df2121e0c4b3cfee35b7 (patch) | |
tree | cd3df1e00c8586d4ea900459d6a32f4f39ce10df /gdb/nto-tdep.h | |
parent | 107313f766c0c3931666da3eb333cf66a099df48 (diff) | |
download | gdb-b4d5ed91aeaa7adad902df2121e0c4b3cfee35b7.zip gdb-b4d5ed91aeaa7adad902df2121e0c4b3cfee35b7.tar.gz gdb-b4d5ed91aeaa7adad902df2121e0c4b3cfee35b7.tar.bz2 |
* nto-tdep.h: Remove #include "defs.h".
* nto-tdep.c: Add #include "defs.h".
* Makefile.in (nto_tdep_h): Update dependencies.
(nto-tdep.o): Likewise.
Diffstat (limited to 'gdb/nto-tdep.h')
-rw-r--r-- | gdb/nto-tdep.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/nto-tdep.h b/gdb/nto-tdep.h index 8d91b48..6db2b06 100644 --- a/gdb/nto-tdep.h +++ b/gdb/nto-tdep.h @@ -22,7 +22,6 @@ #ifndef _NTO_TDEP_H #define _NTO_TDEP_H -#include "defs.h" #include "solist.h" #include "osabi.h" #include "regset.h" |