Eradicate #include <sys/*> from machine/*.h. Prompting from Gene.
authorbriggs <briggs@openbsd.org>
Sun, 6 Apr 1997 02:59:52 +0000 (02:59 +0000)
committerbriggs <briggs@openbsd.org>
Sun, 6 Apr 1997 02:59:52 +0000 (02:59 +0000)
sys/arch/mac68k/dev/adb.c
sys/arch/mac68k/include/adbsys.h
sys/arch/mac68k/include/autoconf.h
sys/arch/mac68k/include/iteioctl.h

index 30a4176..db2224f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: adb.c,v 1.8 1997/03/12 13:36:56 briggs Exp $  */
+/*     $OpenBSD: adb.c,v 1.9 1997/04/06 02:59:57 briggs Exp $  */
 /*     $NetBSD: adb.c,v 1.13 1996/12/16 16:17:02 scottr Exp $  */
 
 /*-
@@ -34,10 +34,12 @@ e*    notice, this list of conditions and the following disclaimer in the
 #include <sys/param.h>
 #include <sys/device.h>
 #include <sys/fcntl.h>
+#include <sys/ioctl.h>
 #include <sys/select.h>
 #include <sys/proc.h>
 #include <sys/signalvar.h>
 #include <sys/systm.h>
+#include <sys/time.h>
 
 #include <machine/autoconf.h>
 #include <machine/keyboard.h>
index 20aed18..96b8e01 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: adbsys.h,v 1.3 1996/05/26 18:35:42 briggs Exp $       */
+/*     $OpenBSD: adbsys.h,v 1.4 1997/04/06 02:59:52 briggs Exp $       */
 /*     $NetBSD: adbsys.h,v 1.5 1996/05/05 14:34:07 briggs Exp $        */
 
 /*-
 #ifndef _ADBSYS_MACHINE_
 #define _ADBSYS_MACHINE_
 
-#include <sys/time.h>  /* timeval stuff */
-#include <sys/ioctl.h> /* ioctls */
-
-
 /* Handy visual constants */
 #define ADB_MAX_HANDLERS       256
 #define ADB_MAX_DEVS   16
index c44a525..00413f0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: autoconf.h,v 1.4 1997/01/24 01:35:40 briggs Exp $     */
+/*     $OpenBSD: autoconf.h,v 1.5 1997/04/06 02:59:54 briggs Exp $     */
 /*     $NetBSD: autoconf.h,v 1.5 1996/12/17 06:47:40 scottr Exp $      */
 
 /*
@@ -33,8 +33,6 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/device.h>
-
 /*
  * Autoconfiguration information.
  * From sun3 port--adapted for mac68k platform by Allen Briggs.
index 35e316e..e5f3875 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: iteioctl.h,v 1.2 1996/05/26 18:35:53 briggs Exp $     */
+/*     $OpenBSD: iteioctl.h,v 1.3 1997/04/06 02:59:55 briggs Exp $     */
 /*     $NetBSD: iteioctl.h,v 1.1 1994/12/03 23:34:31 briggs Exp $      */
 
 /*-
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: iteioctl.h,v 1.2 1996/05/26 18:35:53 briggs Exp $
+ * $Id: iteioctl.h,v 1.3 1997/04/06 02:59:55 briggs Exp $
  *
  */
 
 
-#include <sys/ioctl.h>
-
-
 struct bellparams{
        int freq;       /* hertz frequency */
        int len;        /* length in clock ticks */