summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg/config.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2016-01-13 20:16:53 +0000
committerdim <dim@FreeBSD.org>2016-01-13 20:16:53 +0000
commit8835e379f2706b402e6fcf8f29211080dda9a89f (patch)
tree16095013fade50f57b5047b6a5c65b4abd91d0c2 /usr.sbin/pkg/config.c
parent005d1ee2c86e8a2c1c538ec12e94d9b62551652d (diff)
parent86151baeba17ee7b385a179ee6b335c702e2cfe2 (diff)
downloadFreeBSD-src-8835e379f2706b402e6fcf8f29211080dda9a89f.zip
FreeBSD-src-8835e379f2706b402e6fcf8f29211080dda9a89f.tar.gz
Merge ^/head r293686 through r293849.
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 b0271f5..2fea11f 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"
OpenPOWER on IntegriCloud