aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64-sol2-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/amd64-sol2-tdep.c')
-rw-r--r--gdb/amd64-sol2-tdep.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/gdb/amd64-sol2-tdep.c b/gdb/amd64-sol2-tdep.c
index 56d2e22..7d691e8 100644
--- a/gdb/amd64-sol2-tdep.c
+++ b/gdb/amd64-sol2-tdep.c
@@ -20,16 +20,17 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
+
+/* Local non-gdb includes. */
+#include "amd64-tdep.h"
+#include "common/x86-xstate.h"
#include "frame.h"
#include "gdbcore.h"
-#include "regcache.h"
#include "osabi.h"
-#include "symtab.h"
-
+#include "regcache.h"
#include "sol2-tdep.h"
-#include "amd64-tdep.h"
-#include "common/x86-xstate.h"
#include "solib-svr4.h"
+#include "symtab.h"
/* Mapping between the general-purpose registers in gregset_t format
and GDB's register cache layout. */