Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove some useless headers
Baptiste Daroussin committed 13 years ago
commit 0813460faf6ffe8dd921ca1f61053336bb4be382
parent c91edad
1 file changed +0 -3
modified libpkg/dns_utils.c
@@ -24,15 +24,12 @@
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

-
#include <sys/param.h>
#include <sys/stat.h> /* for private.utils.h */
-
#include <sys/types.h>

#include <stdbool.h> /* for private/utils.h */
#include <stdlib.h>
#include <string.h>
#include <netinet/in.h>
-
#include <arpa/nameser.h>
#include <resolv.h>
#include "private/utils.h"