diff options
author | Dan McGee <dan@archlinux.org> | 2008-05-11 23:49:01 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2010-10-13 15:53:18 +0200 |
commit | 522ef5e981580a52ee0ffa37178d7ddf116ebd51 (patch) | |
tree | d697ca6b89d4ded2cc4174f7124188654dd7fae4 /lib/libalpm/deps.c | |
parent | b9a531c2d7e3eefab5d987d83a1cb869e1220fac (diff) | |
download | pacman-522ef5e981580a52ee0ffa37178d7ddf116ebd51.tar.gz pacman-522ef5e981580a52ee0ffa37178d7ddf116ebd51.tar.xz |
Move the cache stuff where it should be
Cache bullshit only has relevance to be_files, so move it there.
Signed-off-by: Dan McGee <dan@archlinux.org>
[Allan: BIG rebase]
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/deps.c')
-rw-r--r-- | lib/libalpm/deps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index fd893a63..0d8683c2 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -34,7 +34,6 @@ #include "graph.h" #include "package.h" #include "db.h" -#include "cache.h" #include "handle.h" void _alpm_dep_free(pmdepend_t *dep) |