diff options
Diffstat (limited to 'gdb/i860-tdep.c')
-rw-r--r-- | gdb/i860-tdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/i860-tdep.c b/gdb/i860-tdep.c index 759f871..4d631db 100644 --- a/gdb/i860-tdep.c +++ b/gdb/i860-tdep.c @@ -19,12 +19,11 @@ In other words, go ahead and share GDB, but don't try to stop anyone else from sharing it farther. Help stamp out software hoarding! */ -#include <stdio.h> +#include "defs.h" #include <stdlib.h> #include <stdarg.h> -#include "defs.h" #include "tm-i860.h" #include "frame.h" #include "inferior.h" |