diff options
author | 2016-09-03 20:49:05 +0000 | |
---|---|---|
committer | 2016-09-03 20:49:05 +0000 | |
commit | 03c6e47b89407b14aca83701ad80048ab037ebc0 (patch) | |
tree | 84540c136124aaf3e4e043745f079b7c3414ce33 | |
parent | phessler points out sparc left the tree (diff) | |
download | wireguard-openbsd-03c6e47b89407b14aca83701ad80048ab037ebc0.tar.xz wireguard-openbsd-03c6e47b89407b14aca83701ad80048ab037ebc0.zip |
Some .h files are not needed
-rw-r--r-- | usr.sbin/vmctl/vmctl.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/vmctl/vmctl.h b/usr.sbin/vmctl/vmctl.h index 0025f5fe5bd..7cb6d956835 100644 --- a/usr.sbin/vmctl/vmctl.h +++ b/usr.sbin/vmctl/vmctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmctl.h,v 1.7 2015/12/11 10:16:53 reyk Exp $ */ +/* $OpenBSD: vmctl.h,v 1.8 2016/09/03 20:49:05 deraadt Exp $ */ /* * Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> @@ -16,9 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/queue.h> -#include <imsg.h> - #ifndef VMCTL_PARSER_H #define VMCTL_PARSER_H |