diff options
Diffstat (limited to 'gdb/remote-nindy.c')
-rw-r--r-- | gdb/remote-nindy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c index d5b4b59..d5b8e11 100644 --- a/gdb/remote-nindy.c +++ b/gdb/remote-nindy.c @@ -95,12 +95,11 @@ NINDY ROM monitor at the other end of the line. * ******************************************************************************/ -#include <stdio.h> +#include "defs.h" #include <signal.h> #include <sys/types.h> #include <setjmp.h> -#include "defs.h" #include "frame.h" #include "inferior.h" #include "target.h" |