unistd.h: don't include sys/capability.h

Don't pull in unnecessary header files. AFAIK, I've fixed all
the code which didn't include the correct header files.

Change-Id: If0b7bba74e77cb24a0cf9ce8968aa07400855e58
This commit is contained in:
Nick Kralevich 2013-03-01 09:46:45 -08:00
parent 9c1912c4bf
commit 6524d3cad7

View File

@ -33,7 +33,6 @@
#include <sys/types.h>
#include <sys/select.h>
#include <sys/sysconf.h>
#include <sys/capability.h> /* TODO: Remove this include */
#include <pathconf.h>
__BEGIN_DECLS