aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 17:37:19 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 17:37:19 +0000
commit0904af031c4f1411419b3047f893e0672957d146 (patch)
treeaf8bd6a133b2a2c22accda7236724b08b228a96b /src/nse
parent332efc3109755769bca3dfd4711453013178f0f9 (diff)
downloadgnunet-0904af031c4f1411419b3047f893e0672957d146.tar.gz
gnunet-0904af031c4f1411419b3047f893e0672957d146.zip
-fix warning
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/perf_kdf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nse/perf_kdf.c b/src/nse/perf_kdf.c
index 800be3d1b..bdc9be221 100644
--- a/src/nse/perf_kdf.c
+++ b/src/nse/perf_kdf.c
@@ -24,7 +24,6 @@
24 * @brief measure performance of KDF hash function 24 * @brief measure performance of KDF hash function
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include "gnunet_common.h"
28#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
29#include <gcrypt.h> 28#include <gcrypt.h>
30#include <gauger.h> 29#include <gauger.h>