tree-wide: drop gcrypt.h when gcrypt-util.h is included

This commit is contained in:
Yu Watanabe 2019-11-01 17:57:13 +09:00
parent a969d60645
commit a4dca9836b
3 changed files with 0 additions and 6 deletions

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#if HAVE_GCRYPT
#include <gcrypt.h>
#include "gcrypt-util.h"
#include "hexdecoct.h"

View File

@ -27,7 +27,6 @@
* http://eprint.iacr.org/2013/397
*/
#include <gcrypt.h>
#include <string.h>
#include "fsprg.h"

View File

@ -1,9 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#if HAVE_GCRYPT
# include <gcrypt.h>
#endif
#include "alloc-util.h"
#include "dns-domain.h"
#include "fd-util.h"