From 75df0aeeb70ad0cbeb7b6534a95b26816c36e434 Mon Sep 17 00:00:00 2001 From: dv Date: Tue, 25 Apr 2023 12:51:07 +0000 Subject: [PATCH] vmctl(8): no longer needs vmmvar.h Finally! We can remove kernel headers from vmctl. ok mlarkin@ --- usr.sbin/vmctl/main.c | 4 +--- usr.sbin/vmctl/vmctl.c | 4 +--- 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 @@ -21,8 +21,6 @@ #include #include -#include - #include #include #include 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 @@ -22,8 +22,6 @@ #include #include -#include - #include #include #include -- 2.20.1