summaryrefslogtreecommitdiff
path: root/gdb/ppc-obsd-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ppc-obsd-tdep.c')
-rw-r--r--gdb/ppc-obsd-tdep.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/gdb/ppc-obsd-tdep.c b/gdb/ppc-obsd-tdep.c
index e404e8c9a59..8d8b715040d 100644
--- a/gdb/ppc-obsd-tdep.c
+++ b/gdb/ppc-obsd-tdep.c
@@ -18,20 +18,21 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
+#include "ppc-obsd-tdep.h"
+
+/* Local includes. */
#include "arch-utils.h"
-#include "frame.h"
#include "frame-unwind.h"
+#include "frame.h"
#include "gdbtypes.h"
#include "osabi.h"
+#include "ppc-tdep.h"
#include "regcache.h"
#include "regset.h"
+#include "solib-svr4.h"
#include "symtab.h"
#include "trad-frame.h"
-#include "ppc-tdep.h"
-#include "ppc-obsd-tdep.h"
-#include "solib-svr4.h"
-
/* Register offsets from <machine/reg.h>. */
struct ppc_reg_offsets ppcobsd_reg_offsets;
struct ppc_reg_offsets ppcobsd_fpreg_offsets;