summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2017-12-30 20:47:01 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2017-12-30 20:47:01 +0000
commit0b1bf6081fad3d2e922fc79beeb4f1e0fe81cbfe (patch)
tree14c3a5aecbd44fddf7932f99b9e2cbec2d384597 /sys/arch/sgi
parent904101e85514d152ccd8190228dca6ebb85382ee (diff)
Delete unnecessary <sys/file.h> includes
ok millert@ krw@
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r--sys/arch/sgi/hpc/zs.c3
-rw-r--r--sys/arch/sgi/sgi/machdep.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/sgi/hpc/zs.c b/sys/arch/sgi/hpc/zs.c
index 624bbdfd5b7..3f56d4b2bc0 100644
--- a/sys/arch/sgi/hpc/zs.c
+++ b/sys/arch/sgi/hpc/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.15 2017/04/30 16:45:45 mpi Exp $ */
+/* $OpenBSD: zs.c,v 1.16 2017/12/30 20:46:59 guenther Exp $ */
/* $NetBSD: zs.c,v 1.37 2011/02/20 07:59:50 matt Exp $ */
/*-
@@ -41,7 +41,6 @@
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/device.h>
-#include <sys/file.h>
#include <sys/ioctl.h>
#include <sys/kernel.h>
#include <sys/proc.h>
diff --git a/sys/arch/sgi/sgi/machdep.c b/sys/arch/sgi/sgi/machdep.c
index 295c0fc6ee1..a573046b98f 100644
--- a/sys/arch/sgi/sgi/machdep.c
+++ b/sys/arch/sgi/sgi/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.157 2017/12/11 05:27:40 deraadt Exp $ */
+/* $OpenBSD: machdep.c,v 1.158 2017/12/30 20:46:59 guenther Exp $ */
/*
* Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -32,7 +32,6 @@
#include <sys/buf.h>
#include <sys/reboot.h>
#include <sys/conf.h>
-#include <sys/file.h>
#include <sys/msgbuf.h>
#include <sys/user.h>
#include <sys/exec.h>