Handle multiple target events before commit resume
[deliverable/binutils-gdb.git] / gdb / amd64-windows-nat.c
index dcefa9fead8e19fe3e234104c4a956344b2201f6..67b869110317e524340979de0ccc72ab3aec8ecc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2019 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    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[] =
This page took 0.027247 seconds and 4 git commands to generate.