diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2000-02-28 06:43:20 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2000-02-28 06:43:20 +0000 |
commit | 5c4a1c9fcbd983e686a73b8a667b8d0de2cf3ec9 (patch) | |
tree | 03ce8e8ef3674f1fbbce6bc731e8baf5edbbb301 /gdb/wince.c | |
parent | 6c756a76ead3586b6794ca19f2114547d3a81fe2 (diff) | |
download | gdb-5c4a1c9fcbd983e686a73b8a667b8d0de2cf3ec9.tar.gz |
* win32-nat.c: Remove unneeded header.
* wince.c: Ditto.
Diffstat (limited to 'gdb/wince.c')
-rw-r--r-- | gdb/wince.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/wince.c b/gdb/wince.c index 0a6e72d1b85..77780d4dbc0 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 <signal.h> |