diff options
Diffstat (limited to 'gdb/amd64-nat.c')
-rw-r--r-- | gdb/amd64-nat.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/amd64-nat.c b/gdb/amd64-nat.c index 1c02d35..3dcac73 100644 --- a/gdb/amd64-nat.c +++ b/gdb/amd64-nat.c @@ -18,14 +18,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Local non-gdb includes. */ -#include "amd64-nat.h" -#include "amd64-tdep.h" #include "gdbarch.h" -#include "i386-tdep.h" #include "regcache.h" +#include "i386-tdep.h" +#include "amd64-tdep.h" +#include "amd64-nat.h" + /* The following bits of code help with implementing debugging 32-bit code natively on AMD64. The idea is to define two mappings between the register number as used by GDB and the register set used by the |