Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove libutil header where it is not needed
Baptiste Daroussin committed 12 years ago
commit 21db5521ec1579957be3412980160384f804ebb5
parent 2d0471716433ff6243f855f14894f01f8cc22464
4 files changed +0 -4
modified libpkg/pkg_cudf.c
@@ -29,7 +29,6 @@

#include <assert.h>
#include <errno.h>
-
#include <libutil.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
modified libpkg/pkg_solve.c
@@ -29,7 +29,6 @@

#include <assert.h>
#include <errno.h>
-
#include <libutil.h>
#include <stdbool.h>
#include <stdlib.h>
#define _WITH_GETLINE
modified libpkg/pkgdb_repo.c
@@ -38,7 +38,6 @@
#include <errno.h>
#include <regex.h>
#include <grp.h>
-
#include <libutil.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
modified libpkg/plugins.c
@@ -34,7 +34,6 @@
#include <fts.h>
#include <fcntl.h>
#include <dlfcn.h>
-
#include <libutil.h>
#include <stdbool.h>
#include <string.h>
#include <assert.h>