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/sync.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libalpm/sync.c') diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index 40dcffa9..44f06f14 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -42,7 +42,6 @@ #include "cache.h" #include "deps.h" #include "conflict.h" -#include "provide.h" #include "trans.h" #include "util.h" #include "handle.h" -- cgit v1.2.3-54-g00ecf