From ca54d3f148933baac1f0243f76e4961abca285b1 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 30 Sep 2021 10:14:37 +0900 Subject: [PATCH] kbx: Let it include keybox.h to avoid multiple typedefs. * kbx/backend.h: Include keybox.h. -- GnuPG-bug-id: 5630 Signed-off-by: NIIBE Yutaka --- kbx/backend.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kbx/backend.h b/kbx/backend.h index d6178cd01..1ebdd1e23 100644 --- a/kbx/backend.h +++ b/kbx/backend.h @@ -21,12 +21,7 @@ #define KBX_BACKEND_H #include -#include "keybox-search-desc.h" - -/* Forward declaration of the keybox handle type. */ -struct keybox_handle; -typedef struct keybox_handle *KEYBOX_HANDLE; - +#include "keybox.h" /* The types of the backends. */ enum database_types