From 911957f3407c59707ed430a91926fce8bf0abe8c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 3 Oct 2013 22:04:24 +0000 Subject: [PATCH] -fix includes --- src/util/perf_crypto_hash.c | 1 - src/util/perf_crypto_symmetric.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/util/perf_crypto_hash.c b/src/util/perf_crypto_hash.c index 42b1270d9..5261c711b 100644 --- a/src/util/perf_crypto_hash.c +++ b/src/util/perf_crypto_hash.c @@ -24,7 +24,6 @@ * @brief measure performance of hash function */ #include "platform.h" -#include "gnunet_common.h" #include "gnunet_util_lib.h" #include diff --git a/src/util/perf_crypto_symmetric.c b/src/util/perf_crypto_symmetric.c index 9f4e2a938..7d451dda8 100644 --- a/src/util/perf_crypto_symmetric.c +++ b/src/util/perf_crypto_symmetric.c @@ -24,7 +24,6 @@ * @brief measure performance of encryption function */ #include "platform.h" -#include "gnunet_common.h" #include "gnunet_util_lib.h" #include -- 2.25.1