summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDave Voutila <dv@cvs.openbsd.org>2023-04-25 12:51:08 +0000
committerDave Voutila <dv@cvs.openbsd.org>2023-04-25 12:51:08 +0000
commit063bdda6f470a5e0638387277267587414beba63 (patch)
tree8b842a15f98361ac80c8ae20eb8358d621490d9a /usr.sbin
parentdfaf58e2837030abaf552d5534faad6f4399ce1c (diff)
vmctl(8): no longer needs vmmvar.h
Finally! We can remove kernel headers from vmctl. ok mlarkin@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/vmctl/main.c4
-rw-r--r--usr.sbin/vmctl/vmctl.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/vmctl/main.c b/usr.sbin/vmctl/main.c
index 01b0f417441..c1b04c510ec 100644
--- a/usr.sbin/vmctl/main.c
+++ b/usr.sbin/vmctl/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.73 2022/09/01 15:43:07 benno Exp $ */
+/* $OpenBSD: main.c,v 1.74 2023/04/25 12:51:07 dv Exp $ */
/*
* Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -21,8 +21,6 @@
#include <sys/queue.h>
#include <sys/un.h>
-#include <machine/vmmvar.h>
-
#include <err.h>
#include <errno.h>
#include <stdio.h>
diff --git a/usr.sbin/vmctl/vmctl.c b/usr.sbin/vmctl/vmctl.c
index ae2ecd29a9f..c4992985bfc 100644
--- a/usr.sbin/vmctl/vmctl.c
+++ b/usr.sbin/vmctl/vmctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmctl.c,v 1.85 2023/04/25 12:46:13 dv Exp $ */
+/* $OpenBSD: vmctl.c,v 1.86 2023/04/25 12:51:07 dv Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
@@ -22,8 +22,6 @@
#include <sys/socket.h>
#include <sys/un.h>
-#include <machine/vmmvar.h>
-
#include <ctype.h>
#include <err.h>
#include <errno.h>