amd64's machine/reg now includes fpu.h (to define 'struct fxsave64)

so no need to include signal.h here - which shouldn't result in
the definitions in fpu.h being included anyway.
This commit is contained in:
dsl 2013-01-02 18:44:46 +00:00
parent 3a052f167f
commit 8a7a69a21d

View File

@ -23,10 +23,7 @@
#include "regcache.h"
#include "target.h"
/* We include <signal.h> to make sure `struct fxsave64' is defined on
NetBSD, since NetBSD's <machine/reg.h> needs it. */
#include "gdb_assert.h"
#include <signal.h>
#include <sys/types.h>
#include <sys/ptrace.h>
#include <machine/reg.h>