summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-28 04:12:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-28 04:12:13 +0000
commit47b8e70b53a801e2af59027ddfffe48cc092d7dd (patch)
tree636e8d73651035d0849c9a4ef9ee6b554058fcc4 /sys/dev/pci
parentc7aa71a6d5e9cb8faef802d488c68bf2e6358d1b (diff)
removed unneccessary .h file
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/viomb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/viomb.c b/sys/dev/pci/viomb.c
index 264d62be7b8..d5acf09a01e 100644
--- a/sys/dev/pci/viomb.c
+++ b/sys/dev/pci/viomb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: viomb.c,v 1.2 2013/02/24 12:43:13 sf Exp $ */
+/* $OpenBSD: viomb.c,v 1.3 2013/03/28 04:12:12 deraadt Exp $ */
/* $NetBSD: viomb.c,v 1.1 2011/10/30 12:12:21 hannken Exp $ */
/*
* Copyright (c) 2012 Talypov Dinar <dinar@i-nk.ru>
@@ -31,7 +31,6 @@
#include <sys/malloc.h>
#include <sys/device.h>
#include <sys/workq.h>
-#include <sys/stdint.h>
#include <sys/pool.h>
#include <uvm/uvm.h>
#include <dev/pci/pcidevs.h>