]> the.earth.li Git - onak.git/blobdiff - keydb.c
Cleanup various includes
[onak.git] / keydb.c
diff --git a/keydb.c b/keydb.c
index 354255fecea07fce1b9ca6a2e64aacbdecf9ab7a..3b57463decfedeab7b0877bc6e77180ebdd68859 100644 (file)
--- a/keydb.c
+++ b/keydb.c
@@ -25,6 +25,7 @@
  *     slower than custom functions however.
  */
 
+#include <stdbool.h>
 #include <stdio.h>
 
 #include "decodekey.h"
 #include "keydb.h"
 #include "keyid.h"
 #include "keystructs.h"
+#include "ll.h"
 #include "mem.h"
 #include "merge.h"
 #include "openpgp.h"
-#include "parsekey.h"
 #include "sendsync.h"
+#include "stats.h"
 
 #ifdef NEED_KEYID2UID
 /**