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