From d3f13f7296715f67de938d30772a719d82aaa3ab Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 13 Sep 2003 02:26:42 +0000 Subject: * win32-nat.c: Reorganize so that defines used by target headers are actually defined by the system headers. * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists. --- gdb/windows-nat.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gdb/windows-nat.c') diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 897a541..807e985 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -26,6 +26,13 @@ /* We assume we're being built with and will be used for cygwin. */ +#include +#include +#include +#include +#include +#include +#include #include "defs.h" #include "tm.h" /* required for SSE registers */ #include "frame.h" /* required by inferior.h */ @@ -37,13 +44,6 @@ #include "regcache.h" #include "top.h" #include "i386-tdep.h" -#include -#include -#include -#include -#include -#include -#include #include "buildsym.h" #include "symfile.h" -- cgit v1.1