diff options
Diffstat (limited to 'gdb/arm-nbsd-tdep.c')
-rw-r--r-- | gdb/arm-nbsd-tdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/arm-nbsd-tdep.c b/gdb/arm-nbsd-tdep.c index 2a13bad..6b78230 100644 --- a/gdb/arm-nbsd-tdep.c +++ b/gdb/arm-nbsd-tdep.c @@ -18,11 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" +#include "osabi.h" -/* Local non-gdb includes. */ #include "arch/arm.h" #include "arm-tdep.h" -#include "osabi.h" #include "solib-svr4.h" /* Description of the longjmp buffer. */ |