aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64-darwin-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/amd64-darwin-tdep.c')
-rw-r--r--gdb/amd64-darwin-tdep.c27
1 files changed, 14 insertions, 13 deletions
diff --git a/gdb/amd64-darwin-tdep.c b/gdb/amd64-darwin-tdep.c
index 46867f4..5d21ba7 100644
--- a/gdb/amd64-darwin-tdep.c
+++ b/gdb/amd64-darwin-tdep.c
@@ -19,24 +19,25 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
+
+/* Local non-gdb includes. */
+#include "amd64-darwin-tdep.h"
+#include "amd64-tdep.h"
+#include "common/x86-xstate.h"
+#include "dwarf2-frame.h"
#include "frame.h"
-#include "inferior.h"
#include "gdbcore.h"
-#include "target.h"
-#include "symtab.h"
-#include "regcache.h"
-#include "objfiles.h"
-
+#include "i386-darwin-tdep.h"
#include "i387-tdep.h"
-#include "common/x86-xstate.h"
-#include "amd64-tdep.h"
+#include "inferior.h"
+#include "objfiles.h"
#include "osabi.h"
-#include "ui-out.h"
-#include "amd64-darwin-tdep.h"
-#include "i386-darwin-tdep.h"
-#include "solib.h"
+#include "regcache.h"
#include "solib-darwin.h"
-#include "dwarf2-frame.h"
+#include "solib.h"
+#include "symtab.h"
+#include "target.h"
+#include "ui-out.h"
/* Offsets into the struct x86_thread_state64 where we'll find the saved regs.
From <mach/i386/thread_status.h> and amd64-tdep.h. */