summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2012-10-27 18:19:59 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2012-10-27 18:19:59 +0000
commitd1acef55946979e2bc17e337d7cac55e9ba86d5c (patch)
treefa6873ca5de8b9c670d4f7dc28857db07ba60a21 /usr.sbin
parentcf8e5695a3accbd92f6824c2d698babab8bdd8be (diff)
Doesn't need <assert.h> anymore.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ldomctl/mdesc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ldomctl/mdesc.c b/usr.sbin/ldomctl/mdesc.c
index 11c9a8c14df..75da7ed5ccb 100644
--- a/usr.sbin/ldomctl/mdesc.c
+++ b/usr.sbin/ldomctl/mdesc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mdesc.c,v 1.3 2012/10/25 20:58:04 kettenis Exp $ */
+/* $OpenBSD: mdesc.c,v 1.4 2012/10/27 18:19:58 kettenis Exp $ */
/*
* Copyright (c) 2012 Mark Kettenis
@@ -18,7 +18,6 @@
#include <sys/types.h>
#include <sys/queue.h>
-#include <assert.h>
#include <err.h>
#include <stdbool.h>
#include <stdio.h>