X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_stacked.c;h=06ee7098bb08f6d58a90f90e69e878296a9eb77f;hb=5719b2b50c87d77e4ed1cc054f000845fc9aa8cc;hp=fdd05b1e4411795d1dd7b346f352ff22bd2fc4db;hpb=409ce1e3784064ab8f2786a9600a30809c502a46;p=onak.git diff --git a/keydb_stacked.c b/keydb_stacked.c index fdd05b1..06ee709 100644 --- a/keydb_stacked.c +++ b/keydb_stacked.c @@ -13,26 +13,21 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ +#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;