aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/control
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2015-08-06 17:07:21 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2015-08-06 17:07:21 +0000
commit3c790178c589358099085e42b6f45d3b26461666 (patch)
treeaf8467699e9788d5a32ed66163b3044f9801685a /sys/dev/xen/control
parentfada4adf95b0973d035fd474aed580464d51f613 (diff)
Notes
Diffstat (limited to 'sys/dev/xen/control')
-rw-r--r--sys/dev/xen/control/control.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/xen/control/control.c b/sys/dev/xen/control/control.c
index 2a0d459ee621..219a3953a24e 100644
--- a/sys/dev/xen/control/control.c
+++ b/sys/dev/xen/control/control.c
@@ -145,9 +145,6 @@ __FBSDID("$FreeBSD$");
#include <xen/xenbus/xenbusvar.h>
-#include <machine/xen/xenvar.h>
-#include <machine/xen/xenfunc.h>
-
/*--------------------------- Forward Declarations --------------------------*/
/** Function signature for shutdown event handlers. */
typedef void (xctrl_shutdown_handler_t)(void);