summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-01-05 08:39:46 +0000
committerjsg <jsg@openbsd.org>2020-01-05 08:39:46 +0000
commitca9ca7b185201ec700fb65eca9c148918cc9fdee (patch)
treeec97e31bdfa484f9ebd6a8fd3072d041ed92afdc
parentregen (diff)
downloadwireguard-openbsd-ca9ca7b185201ec700fb65eca9c148918cc9fdee.tar.xz
wireguard-openbsd-ca9ca7b185201ec700fb65eca9c148918cc9fdee.zip
remove some unneeded includes
-rw-r--r--sys/dev/pci/drm/drm_drv.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/pci/drm/drm_drv.c b/sys/dev/pci/drm/drm_drv.c
index 9d12061ac1f..2f7c81e5aac 100644
--- a/sys/dev/pci/drm/drm_drv.c
+++ b/sys/dev/pci/drm/drm_drv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: drm_drv.c,v 1.169 2020/01/05 04:29:11 visa Exp $ */
+/* $OpenBSD: drm_drv.c,v 1.170 2020/01/05 08:39:46 jsg Exp $ */
/*-
* Copyright 2007-2009 Owain G. Ainsworth <oga@openbsd.org>
* Copyright © 2008 Intel Corporation
@@ -42,18 +42,12 @@
#include <sys/param.h>
#include <sys/fcntl.h>
-#include <sys/filio.h>
-#include <sys/limits.h>
-#include <sys/pledge.h>
#include <sys/poll.h>
#include <sys/specdev.h>
#include <sys/systm.h>
#include <sys/vnode.h>
#include <sys/event.h>
-#include <uvm/uvm.h>
-#include <uvm/uvm_device.h>
-
#include <machine/bus.h>
#ifdef __HAVE_ACPI