]> the.earth.li Git - onak.git/blobdiff - keydb_stacked.c
Cleanup various includes
[onak.git] / keydb_stacked.c
index fdd05b1e4411795d1dd7b346f352ff22bd2fc4db..699552bc9c1828c6ae4989c6c73f803a8d5f0a38 100644 (file)
  * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
+#include <stdbool.h>
+#include <stdint.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 
 #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;