summaryrefslogtreecommitdiff
path: root/gdb/amd64-fbsd-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/amd64-fbsd-tdep.c')
-rw-r--r--gdb/amd64-fbsd-tdep.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/gdb/amd64-fbsd-tdep.c b/gdb/amd64-fbsd-tdep.c
index 7e2e9edf21d..b949d52f6c0 100644
--- a/gdb/amd64-fbsd-tdep.c
+++ b/gdb/amd64-fbsd-tdep.c
@@ -18,17 +18,20 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
+
+/* Local subdirectory includes. */
+#include "common/x86-xstate.h"
+
+/* Local includes. */
+#include "amd64-tdep.h"
#include "arch-utils.h"
+#include "fbsd-tdep.h"
#include "frame.h"
#include "gdbcore.h"
-#include "regcache.h"
+#include "i386-fbsd-tdep.h"
#include "osabi.h"
+#include "regcache.h"
#include "regset.h"
-#include "i386-fbsd-tdep.h"
-#include "common/x86-xstate.h"
-
-#include "amd64-tdep.h"
-#include "fbsd-tdep.h"
#include "solib-svr4.h"
/* Support for signal handlers. */