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