commit: f086f446267b76ee4c274bdf99a6ada9be8b73d1 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sat Feb 13 23:09:18 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sat Feb 13 23:09:18 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=f086f446
compat: drop redundant headers The main porting header pulls in a bunch of these already. libq/compat.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libq/compat.c b/libq/compat.c index ca5bb47..95cb7a7 100644 --- a/libq/compat.c +++ b/libq/compat.c @@ -1,9 +1,6 @@ /* Solaris compatible code */ #ifdef __sun__ -#include <string.h> -#include <ctype.h> -#include <alloca.h> #include <sys/dklabel.h> #define S_BLKSIZE DK_DEVID_BLKSIZE
