aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/partedit
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-11-24 11:06:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-11-24 11:06:34 +0000
commit7d51283f700cb6f43f3293c40a8fcab3854c5fc1 (patch)
treed60c95a6fce7458979487e5308d1fd3e6a1fbfe5 /usr.sbin/bsdinstall/partedit
parent24b05d7a6190292f62488aa4d7de86246a09467c (diff)
partedit: cleanup headers
Removed dialog.h where not needed and include headers actually used
Diffstat (limited to 'usr.sbin/bsdinstall/partedit')
-rw-r--r--usr.sbin/bsdinstall/partedit/scripted.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/bsdinstall/partedit/scripted.c b/usr.sbin/bsdinstall/partedit/scripted.c
index 37ac6de131b5..956855eb6e54 100644
--- a/usr.sbin/bsdinstall/partedit/scripted.c
+++ b/usr.sbin/bsdinstall/partedit/scripted.c
@@ -29,13 +29,12 @@
*/
#include <sys/param.h>
-#include <errno.h>
-#include <libutil.h>
-#include <inttypes.h>
+#include <ctype.h>
#include <libgeom.h>
-#include <dialog.h>
-#include <dlg_keys.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include "partedit.h"