summaryrefslogtreecommitdiff
path: root/gdb/i386-nbsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/i386-nbsd-nat.c')
-rw-r--r--gdb/i386-nbsd-nat.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/i386-nbsd-nat.c b/gdb/i386-nbsd-nat.c
index 6e92ea8dbd6..94635bff293 100644
--- a/gdb/i386-nbsd-nat.c
+++ b/gdb/i386-nbsd-nat.c
@@ -18,13 +18,14 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
+
+/* Local includes. */
#include "gdbcore.h"
+#include "i386-bsd-nat.h"
+#include "i386-tdep.h"
#include "regcache.h"
#include "target.h"
-#include "i386-tdep.h"
-#include "i386-bsd-nat.h"
-
/* Support for debugging kernel virtual memory images. */
#include <sys/types.h>