summaryrefslogtreecommitdiff
path: root/sys/dev/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/video.c')
-rw-r--r--sys/dev/video.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/video.c b/sys/dev/video.c
index cb22de4efea..642c7274cc5 100644
--- a/sys/dev/video.c
+++ b/sys/dev/video.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: video.c,v 1.29 2014/03/28 17:57:11 mpi Exp $ */
+/* $OpenBSD: video.c,v 1.30 2014/07/08 17:19:25 deraadt Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
@@ -31,9 +31,6 @@
#include <sys/conf.h>
#include <sys/videoio.h>
-#include <uvm/uvm_extern.h>
-#include <uvm/uvm_pmap.h>
-
#include <dev/video_if.h>
#include <dev/videovar.h>