Remove unnecessary import in dload.h
We no longer expose any of libdownload in our public functions, so no need to include this header anymore. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
57acfced0d
commit
e9a0d35d08
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
||||||
#include "alpm.h"
|
#include "alpm.h"
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <download.h>
|
|
||||||
|
|
||||||
#define PM_DLBUF_LEN (1024 * 10)
|
#define PM_DLBUF_LEN (1024 * 10)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue