diff options
Diffstat (limited to 'gdb/amd64-nbsd-nat.c')
-rw-r--r-- | gdb/amd64-nbsd-nat.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/amd64-nbsd-nat.c b/gdb/amd64-nbsd-nat.c index 3a610cbbf71..24e3aae7ecb 100644 --- a/gdb/amd64-nbsd-nat.c +++ b/gdb/amd64-nbsd-nat.c @@ -18,13 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" +#include "target.h" -/* Local non-gdb includes. */ +#include "nbsd-nat.h" +#include "amd64-tdep.h" #include "amd64-bsd-nat.h" #include "amd64-nat.h" -#include "amd64-tdep.h" -#include "nbsd-nat.h" -#include "target.h" /* Mapping between the general-purpose registers in NetBSD/amd64 `struct reg' format and GDB's register cache layout for |