* m88k-tdep.c: Remove a bunch of unused #includes.

This commit is contained in:
Jim Kingdon 1993-09-02 21:23:16 +00:00
parent e808f62943
commit eba94f7d0d
2 changed files with 2 additions and 18 deletions

View file

@ -1,13 +1,12 @@
Thu Sep 2 00:07:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com) Thu Sep 2 00:07:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* m88k-tdep.c: Remove a bunch of unused #includes.
* language.h: Add comment about current_language. * language.h: Add comment about current_language.
* mips-tdep.c (_initialize_mips_tdep): Change heuristic-fence-post * mips-tdep.c (_initialize_mips_tdep): Change heuristic-fence-post
from var_uinteger to var_zinteger. from var_uinteger to var_zinteger.
* m88k-tdep.c: Include sys/dir.h before sys/user.h.
Include sys/types.h regardless of USG.
* configure.in: Fix typo (delta88r4 -> delta88v4). * configure.in: Fix typo (delta88r4 -> delta88v4).
* config/m88k/xm-delta88.h: Don't include sys/siginfo.h. It was * config/m88k/xm-delta88.h: Don't include sys/siginfo.h. It was

View file

@ -21,22 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "frame.h" #include "frame.h"
#include "inferior.h" #include "inferior.h"
#include "value.h" #include "value.h"
#include <sys/types.h>
#include <sys/param.h>
#include <signal.h>
#include "gdbcore.h" #include "gdbcore.h"
#include <sys/dir.h> /* needed by sys/user.h on delta88 running SVR3. */
#include <sys/user.h>
#ifndef USER /* added to support BCS ptrace_user */
#define USER ptrace_user
#endif
#include <sys/ioctl.h>
#include <fcntl.h>
#include <sys/file.h>
#include <sys/stat.h>
#include "symtab.h" #include "symtab.h"
#include "setjmp.h" #include "setjmp.h"