]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: drop gcrypt.h when gcrypt-util.h is included
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 1 Nov 2019 08:57:13 +0000 (17:57 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 3 Nov 2019 15:30:32 +0000 (00:30 +0900)
src/basic/gcrypt-util.c
src/journal/fsprg.c
src/resolve/resolved-dns-dnssec.c

index 9bab47dd8a02613d8f089e4879ecca3837fa1236..a82be979dedd26ba2b489792fd2055767f7e13c3 100644 (file)
@@ -1,7 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
 #if HAVE_GCRYPT
-#include <gcrypt.h>
 
 #include "gcrypt-util.h"
 #include "hexdecoct.h"
index d60fc50068974dba2e099c257ae6114469510cb5..1dda2149d46ffcd14fc260874bc23f58729c3171 100644 (file)
@@ -27,7 +27,6 @@
  * http://eprint.iacr.org/2013/397
  */
 
-#include <gcrypt.h>
 #include <string.h>
 
 #include "fsprg.h"
index fc375a88215037759b33b3dc9114a1f4bd62804a..ec9bfd7ad3b265f4cae399d6d71cf675a4a1d056 100644 (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"