* m88k-tdep.c: Remove a bunch of unused #includes.
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 2 Sep 1993 21:23:16 +0000 (21:23 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 2 Sep 1993 21:23:16 +0000 (21:23 +0000)
gdb/ChangeLog
gdb/m88k-tdep.c

index 03ec137..d777772 100644 (file)
@@ -1,13 +1,12 @@
 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
index 6a285ea..d12c462 100644 (file)
@@ -21,22 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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"