diff options
Diffstat (limited to 'gdb/i386-pinsn.c')
-rw-r--r-- | gdb/i386-pinsn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/i386-pinsn.c b/gdb/i386-pinsn.c index eb0e174..89261aa 100644 --- a/gdb/i386-pinsn.c +++ b/gdb/i386-pinsn.c @@ -31,11 +31,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ * the Intel manual for details. */ -#include <stdio.h> +#include "defs.h" + #include <ctype.h> /* For the GDB interface at the bottom of the file... */ -#include "defs.h" #include "gdbcore.h" #define Eb OP_E, b_mode |