diff options
Diffstat (limited to 'gdb/arm-pinsn.c')
-rw-r--r-- | gdb/arm-pinsn.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/arm-pinsn.c b/gdb/arm-pinsn.c index 53a3019..240f7cb 100644 --- a/gdb/arm-pinsn.c +++ b/gdb/arm-pinsn.c @@ -17,11 +17,10 @@ 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 "defs.h" #include <ctype.h> #include <assert.h> -#include "defs.h" #include "symtab.h" #include "opcode/arm.h" |