summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
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/loongson
parent904101e85514d152ccd8190228dca6ebb85382ee (diff)
Delete unnecessary <sys/file.h> includes
ok millert@ krw@
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r--sys/arch/loongson/loongson/machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/loongson/loongson/machdep.c b/sys/arch/loongson/loongson/machdep.c
index 2e797fcba9d..fe91c31e773 100644
--- a/sys/arch/loongson/loongson/machdep.c
+++ b/sys/arch/loongson/loongson/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.81 2017/12/11 05:27:40 deraadt Exp $ */
+/* $OpenBSD: machdep.c,v 1.82 2017/12/30 20:46:59 guenther Exp $ */
/*
* Copyright (c) 2009, 2010, 2014 Miodrag Vallat.
@@ -47,7 +47,6 @@
#include <sys/buf.h>
#include <sys/reboot.h>
#include <sys/conf.h>
-#include <sys/file.h>
#include <sys/msgbuf.h>
#include <sys/tty.h>
#include <sys/user.h>