From: Christopher Faylor Date: Mon, 28 Feb 2000 06:43:20 +0000 (+0000) Subject: * win32-nat.c: Remove unneeded header. X-Git-Tag: gdb_5_0-2000-04-10-branchpoint~415 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0d42432742916b4d93f187debb28e8d693448f3;p=external%2Fbinutils.git * win32-nat.c: Remove unneeded header. * wince.c: Ditto. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0fcfca9..d259874 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2000-02-28 Christopher Faylor + + * win32-nat.c: Remove unneeded header. + * wince.c: Ditto. + Mon Feb 28 13:34:54 2000 Andrew Cagney * wince.c: Include "gdb_wait.h" and not "wait.h". diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 46c5a27..905eee1 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -28,7 +28,6 @@ #include "frame.h" /* required by inferior.h */ #include "inferior.h" #include "target.h" -#include "gdb_wait.h" #include "gdbcore.h" #include "command.h" #include diff --git a/gdb/wince.c b/gdb/wince.c index 0a6e72d..77780d4 100644 --- a/gdb/wince.c +++ b/gdb/wince.c @@ -33,7 +33,6 @@ #include "frame.h" /* required by inferior.h */ #include "inferior.h" #include "target.h" -#include "gdb_wait.h" #include "gdbcore.h" #include "command.h" #include diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 46c5a27..905eee1 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -28,7 +28,6 @@ #include "frame.h" /* required by inferior.h */ #include "inferior.h" #include "target.h" -#include "gdb_wait.h" #include "gdbcore.h" #include "command.h" #include