From c8be7540a50583194e971918099006a1736cfab7 Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Sat, 17 Nov 2007 13:06:44 +0100 Subject: Remove provide.c and provide.h . This file only contained one private function : _alpm_db_whatprovides . And the public alpm_db_whatprovides was in db.c , so I moved everything there. Signed-off-by: Chantry Xavier [Dan: updated POTFILES.in as well] Signed-off-by: Dan McGee --- lib/libalpm/trans.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libalpm/trans.c') diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c index 66a9ce33..7e3cb60e 100644 --- a/lib/libalpm/trans.c +++ b/lib/libalpm/trans.c @@ -48,7 +48,6 @@ #include "alpm.h" #include "deps.h" #include "cache.h" -#include "provide.h" /** \addtogroup alpm_trans Transaction Functions * @brief Functions to manipulate libalpm transactions -- cgit v1.2.3-24-g4f1b