diff options
Diffstat (limited to 'gdb/arm-bsd-tdep.c')
-rw-r--r-- | gdb/arm-bsd-tdep.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/arm-bsd-tdep.c b/gdb/arm-bsd-tdep.c index f6900426f1b..13894c4b14b 100644 --- a/gdb/arm-bsd-tdep.c +++ b/gdb/arm-bsd-tdep.c @@ -18,13 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Local non-gdb includes. */ -#include "arm-tdep.h" #include "osabi.h" #include "regcache.h" #include "regset.h" +#include "arm-tdep.h" + /* Core file support. */ /* Sizeof `struct reg' in <machine/reg.h>. */ |