aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg/config.c')
-rw-r--r--usr.sbin/pkg/config.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.sbin/pkg/config.c b/usr.sbin/pkg/config.c
index b0271f580eee..2fea11f50fe4 100644
--- a/usr.sbin/pkg/config.c
+++ b/usr.sbin/pkg/config.c
@@ -31,21 +31,14 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/sbuf.h>
-#include <sys/types.h>
#include <sys/utsname.h>
#include <sys/sysctl.h>
-#include <assert.h>
#include <dirent.h>
#include <ucl.h>
-#include <ctype.h>
#include <err.h>
#include <errno.h>
-#include <fcntl.h>
-#include <inttypes.h>
-#include <paths.h>
#include <stdbool.h>
-#include <string.h>
#include <unistd.h>
#include "config.h"