diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-02-02 23:04:14 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-02-02 23:04:14 +0000 |
commit | 86ddecc5fc79ab583b0310407108301d26e567b8 (patch) | |
tree | bd98620d31f55921ef2c8c01a6601faad018bf9b /gdb/remote-mips.c | |
parent | c91db3ccc1f58734d1554831244e15e16fa8dbd2 (diff) | |
download | gdb-86ddecc5fc79ab583b0310407108301d26e567b8.zip gdb-86ddecc5fc79ab583b0310407108301d26e567b8.tar.gz gdb-86ddecc5fc79ab583b0310407108301d26e567b8.tar.bz2 |
* ppc-bdm.c (#include <signal.h>): Removed.
* remote-array.c: Likewise.
* remote-bug.c: Likewise.
* remote-e7000.c: Likewise.
* remote-mips.c: Likewise.
* remote-os9k.c: Likewise.
* remote-st.c: Likewise.
* remote-udi.c: Likewise.
* remote-vx29k.c: Likewise.
* remote-vx68.c: Likewise.
* remote-vx960.c: Likewise.
* remote-vxmips.c: Likewise.
* remote-vxsparc.c: Likewise.
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 9848b0c..cc53c70 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -31,10 +31,8 @@ #include "remote-utils.h" #include "gdb_string.h" -#include <signal.h> #include <sys/types.h> #include <sys/stat.h> - #include <ctype.h> /* Microsoft C's stat.h doesn't define all the POSIX file modes. */ |