summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-03-17 16:09:31 +0100
committerDan McGee <dan@archlinux.org>2011-03-20 17:32:02 +0100
commit352b799efceb9f2dae1832f1d321b0488c059060 (patch)
treeafa346cba197fa0c81ddd6a5f4e13b7cffdaa6c5 /lib
parentff713a51bd2244df047fa686055fd945eece0b7e (diff)
downloadpacman-352b799efceb9f2dae1832f1d321b0488c059060.tar.gz
pacman-352b799efceb9f2dae1832f1d321b0488c059060.tar.xz
lib/dload.c: remove lingering libfetch specific headers
Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/libalpm/dload.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libalpm/dload.c b/lib/libalpm/dload.c
index 320f84e8..344abaf8 100644
--- a/lib/libalpm/dload.c
+++ b/lib/libalpm/dload.c
@@ -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>