diff options
author | 2020-01-05 08:39:46 +0000 | |
---|---|---|
committer | 2020-01-05 08:39:46 +0000 | |
commit | ca9ca7b185201ec700fb65eca9c148918cc9fdee (patch) | |
tree | ec97e31bdfa484f9ebd6a8fd3072d041ed92afdc | |
parent | regen (diff) | |
download | wireguard-openbsd-ca9ca7b185201ec700fb65eca9c148918cc9fdee.tar.xz wireguard-openbsd-ca9ca7b185201ec700fb65eca9c148918cc9fdee.zip |
remove some unneeded includes
-rw-r--r-- | sys/dev/pci/drm/drm_drv.c | 8 |
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 |