summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/trans.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-05-11 23:49:01 +0200
committerAllan McRae <allan@archlinux.org>2010-10-13 15:53:18 +0200
commit522ef5e981580a52ee0ffa37178d7ddf116ebd51 (patch)
treed697ca6b89d4ded2cc4174f7124188654dd7fae4 /lib/libalpm/trans.c
parentb9a531c2d7e3eefab5d987d83a1cb869e1220fac (diff)
downloadpacman-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/trans.c')
-rw-r--r--lib/libalpm/trans.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c
index 2e25b787..4dac5981 100644
--- a/lib/libalpm/trans.c
+++ b/lib/libalpm/trans.c
@@ -44,7 +44,6 @@
#include "sync.h"
#include "alpm.h"
#include "deps.h"
-#include "cache.h"
/** \addtogroup alpm_trans Transaction Functions
* @brief Functions to manipulate libalpm transactions