* win32-nat.c: Remove unneeded header.

* wince.c: Ditto.
This commit is contained in:
Christopher Faylor 2000-02-28 06:43:20 +00:00
parent 7a37e4ac43
commit f0d4243274
4 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2000-02-28 Christopher Faylor <cgf@cygnus.com>
* win32-nat.c: Remove unneeded header.
* wince.c: Ditto.
Mon Feb 28 13:34:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
* wince.c: Include "gdb_wait.h" and not "wait.h".

View File

@ -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 <signal.h>

View File

@ -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 <signal.h>

View File

@ -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 <signal.h>