diff options
author | NIIBE Yutaka <[email protected]> | 2021-08-05 02:39:53 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2021-08-05 02:39:53 +0000 |
commit | b82b0d7a8d8f69aec928a2c604c1260b34a08449 (patch) | |
tree | ecb2dab8a89d87da64c37f18a08bb91ea6b9fd0a /src/stringutils.c | |
parent | build: Fix --disable-threads. (diff) | |
download | libgpg-error-b82b0d7a8d8f69aec928a2c604c1260b34a08449.tar.gz libgpg-error-b82b0d7a8d8f69aec928a2c604c1260b34a08449.zip |
core: Minor clean up.
* src/stringutils.c: Remove inclusion of pwd.h.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'src/stringutils.c')
-rw-r--r-- | src/stringutils.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <sys/stat.h> #endif #include <sys/types.h> -#ifdef HAVE_PWD_H -# include <pwd.h> -#endif #include "gpgrt-int.h" |