summaryrefslogtreecommitdiffstats
path: root/sys/dev/wscons
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2020-05-29 04:42:23 +0000
committerderaadt <deraadt@openbsd.org>2020-05-29 04:42:23 +0000
commitc8f27247b9f5f282483daaddbfd1267ad73569c5 (patch)
tree6d0e42177fede279db31615833f24222d49ecf99 /sys/dev/wscons
parentAdd regression and unit tests for ${ENV} style environment variable (diff)
downloadwireguard-openbsd-c8f27247b9f5f282483daaddbfd1267ad73569c5.tar.xz
wireguard-openbsd-c8f27247b9f5f282483daaddbfd1267ad73569c5.zip
dev/rndvar.h no longer has statistical interfaces (removed during various
conversion steps). it only contains kernel prototypes for 4 interfaces, all of which legitimately belong in sys/systm.h, which are already included by all enqueue_randomness() users.
Diffstat (limited to 'sys/dev/wscons')
-rw-r--r--sys/dev/wscons/wsmouse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/wscons/wsmouse.c b/sys/dev/wscons/wsmouse.c
index a611b4a0c65..eba5f5eb00e 100644
--- a/sys/dev/wscons/wsmouse.c
+++ b/sys/dev/wscons/wsmouse.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsmouse.c,v 1.64 2020/03/24 12:34:14 anton Exp $ */
+/* $OpenBSD: wsmouse.c,v 1.65 2020/05/29 04:42:25 deraadt Exp $ */
/* $NetBSD: wsmouse.c,v 1.35 2005/02/27 00:27:52 perry Exp $ */
/*
@@ -111,7 +111,6 @@
#include <dev/wscons/wsmousevar.h>
#include <dev/wscons/wseventvar.h>
#include <dev/wscons/wsmouseinput.h>
-#include <dev/rndvar.h>
#include "wsmux.h"
#include "wsdisplay.h"