summaryrefslogtreecommitdiff
path: root/gdb/sparc64-fbsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sparc64-fbsd-nat.c')
-rw-r--r--gdb/sparc64-fbsd-nat.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/sparc64-fbsd-nat.c b/gdb/sparc64-fbsd-nat.c
index 02ee174668e..1e9b8a4c0d9 100644
--- a/gdb/sparc64-fbsd-nat.c
+++ b/gdb/sparc64-fbsd-nat.c
@@ -18,12 +18,14 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "regcache.h"
-#include "target.h"
+/* Local includes. */
#include "fbsd-nat.h"
-#include "sparc64-tdep.h"
+#include "regcache.h"
#include "sparc-nat.h"
+#include "sparc64-tdep.h"
+#include "target.h"
+
/* Support for debugging kernel virtual memory images. */