Introduce basic_safe_range
[deliverable/binutils-gdb.git] / gdb / amd64-windows-nat.c
index dcefa9fead8e19fe3e234104c4a956344b2201f6..378262a56e35d833722d723390d37b44bcf6243b 100644 (file)
    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.041419 seconds and 4 git commands to generate.