Author: bapt
Date: Wed Jan 13 17:59:12 2016
New Revision: 293834
URL: https://svnweb.freebsd.org/changeset/base/293834

Log:
  Remove some unneeded headers

Modified:
  head/usr.sbin/pkg/config.c

Modified: head/usr.sbin/pkg/config.c
==============================================================================
--- head/usr.sbin/pkg/config.c  Wed Jan 13 17:33:50 2016        (r293833)
+++ head/usr.sbin/pkg/config.c  Wed Jan 13 17:59:12 2016        (r293834)
@@ -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"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to