X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_stacked.c;h=699552bc9c1828c6ae4989c6c73f803a8d5f0a38;hb=0c120d1895d25b59abe338862189be1b87447569;hp=fdd05b1e4411795d1dd7b346f352ff22bd2fc4db;hpb=f98869fbb272a11751a1477e083898b8d41c94c6;p=onak.git diff --git a/keydb_stacked.c b/keydb_stacked.c index fdd05b1..699552b 100644 --- a/keydb_stacked.c +++ b/keydb_stacked.c @@ -17,22 +17,18 @@ * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include +#include #include +#include #include #include "cleankey.h" -#include "decodekey.h" -#include "hash.h" #include "keydb.h" -#include "keyid.h" #include "keystructs.h" +#include "ll.h" #include "log.h" -#include "mem.h" -#include "merge.h" #include "onak-conf.h" -#include "openpgp.h" -#include "parsekey.h" -#include "sendsync.h" struct onak_stacked_dbctx { struct ll *backends;