From f0ae40b0c901e5f5c04c6ed5b2ab96ab7340b2bd Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 12 Dec 2015 13:57:19 +0100 Subject: Remove replacements for libgpg-error < 1.21. * common/util.h: Remove replacement macros for libgpg-error<1.21. * common/types.h: Ditto. * common/mischelp.h: Ditto. * common/t-mapstrings.c: Include t-support.h before stringhelp.h * common/t-stringhelp.c: Ditto. * common/t-support.h: Always include gpg-error.h. * kbx/keybox-search.c: Do not include stringhelp.h so that keybox-defs comes first. -- This patch enhances commit d6e0149 from Dec 10. Signed-off-by: Werner Koch --- common/t-stringhelp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/t-stringhelp.c') diff --git a/common/t-stringhelp.c b/common/t-stringhelp.c index 9e5410bbe..e97b64a6e 100644 --- a/common/t-stringhelp.c +++ b/common/t-stringhelp.c @@ -40,9 +40,8 @@ #include #include -#include "stringhelp.h" - #include "t-support.h" +#include "stringhelp.h" static char *home_buffer; -- cgit v1.2.3