diff options
author | Dan McGee <dan@archlinux.org> | 2007-04-25 02:45:45 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-04-25 11:07:48 -0400 |
commit | 828f1f53eff4e47eb0370a0d9195281974859ce5 (patch) | |
tree | ac56ae4425c70be1c0537aabe36698bb3f03d88c /src/pacman/conf.c | |
parent | 34aefc62e45cf221eccf65dd2bcf42ecd51630f3 (diff) |
Remove unnecessary includes of downloadprog.h
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/conf.c')
-rw-r--r-- | src/pacman/conf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/conf.c b/src/pacman/conf.c index 18146ca1..60b20515 100644 --- a/src/pacman/conf.c +++ b/src/pacman/conf.c @@ -34,7 +34,6 @@ #include "pacman.h" #include "util.h" #include "log.h" -#include "downloadprog.h" config_t *config_new(void) { |