diff options
Diffstat (limited to 'gdb/amd64-windows-nat.c')
-rw-r--r-- | gdb/amd64-windows-nat.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gdb/amd64-windows-nat.c b/gdb/amd64-windows-nat.c index 378262a..dcefa9f 100644 --- a/gdb/amd64-windows-nat.c +++ b/gdb/amd64-windows-nat.c @@ -16,12 +16,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "windows-nat.h" -#include "x86-nat.h" -#include "amd64-tdep.h" +/* Standard C includes. */ #include <windows.h> +/* Local non-gdb includes. */ +#include "amd64-tdep.h" +#include "windows-nat.h" +#include "x86-nat.h" + #define context_offset(x) (offsetof (CONTEXT, x)) static const int mappings[] = { |