diff options
Diffstat (limited to 'gdb/m88k-pinsn.c')
-rw-r--r-- | gdb/m88k-pinsn.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/m88k-pinsn.c b/gdb/m88k-pinsn.c index e6bb9d1..7113232 100644 --- a/gdb/m88k-pinsn.c +++ b/gdb/m88k-pinsn.c @@ -19,9 +19,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <stdio.h> -#include "opcode/m88k.h" #include "defs.h" +#include "opcode/m88k.h" #include "symtab.h" void sprint_address (); |