lib/dload.c: remove lingering libfetch specific headers

Signed-off-by: Dave Reisner <d@falconindy.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dave Reisner 2011-03-17 11:09:31 -04:00 committed by Dan McGee
parent ff713a51bd
commit 352b799efc
1 changed files with 0 additions and 5 deletions

View File

@ -29,11 +29,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h>
/* the following two are needed for FreeBSD's libfetch */
#include <limits.h> /* PATH_MAX */
#if defined(HAVE_SYS_PARAM_H)
#include <sys/param.h> /* MAXHOSTNAMELEN */
#endif
#ifdef HAVE_LIBCURL
#include <curl/curl.h>