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.
* mips-tdep.c (_initialize_mips_tdep): Change heuristic-fence-post
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).
* config/m88k/xm-delta88.h: Don't include sys/siginfo.h. It was
#include "frame.h"
#include "inferior.h"
#include "value.h"
-
-#include <sys/types.h>
-#include <sys/param.h>
-#include <signal.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 "setjmp.h"