diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-13 17:59:12 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-13 17:59:12 +0000 |
| commit | 1da56163f2f8b788886942fa6b652e11e02abb5c (patch) | |
| tree | 74032df7f0f85b426a56324b1072ac2a66ddb0c0 /usr.sbin | |
| parent | 0191f57ff13f55e93126d5c899ca2f0e49b0e383 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/pkg/config.c | 7 |
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" |
