summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-01-13 17:59:12 +0000
committerbapt <bapt@FreeBSD.org>2016-01-13 17:59:12 +0000
commitd11935e3039113a1842b7e8bdfc5e51c117e9366 (patch)
tree74032df7f0f85b426a56324b1072ac2a66ddb0c0 /usr.sbin
parent5d4b291b54581036d0b7ce5996d985169913c999 (diff)
downloadFreeBSD-src-d11935e3039113a1842b7e8bdfc5e51c117e9366.zip
FreeBSD-src-d11935e3039113a1842b7e8bdfc5e51c117e9366.tar.gz
Remove some unneeded headers
Diffstat (limited to 'usr.sbin')
-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