From b82b0d7a8d8f69aec928a2c604c1260b34a08449 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 5 Aug 2021 11:39:53 +0900 Subject: core: Minor clean up. * src/stringutils.c: Remove inclusion of pwd.h. Signed-off-by: NIIBE Yutaka --- src/stringutils.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/stringutils.c') diff --git a/src/stringutils.c b/src/stringutils.c index 0be8769..11a31ab 100644 --- a/src/stringutils.c +++ b/src/stringutils.c @@ -29,9 +29,6 @@ # include #endif #include -#ifdef HAVE_PWD_H -# include -#endif #include "gpgrt-int.h" -- cgit v1.2.3