aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-16 13:19:47 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-16 13:19:47 +0000
commit40482e0644d61ffeb7779baec68bbd3a9cfba7f4 (patch)
tree99fe3b69451663c0954949aca89b396d599fded5 /src/dht/gnunet-service-dht_neighbours.c
parentc3efe2c94e26fe96bdf5935ce87e3944d62f8193 (diff)
downloadgnunet-40482e0644d61ffeb7779baec68bbd3a9cfba7f4.tar.gz
gnunet-40482e0644d61ffeb7779baec68bbd3a9cfba7f4.zip
-remove dead/unused fenv.h include (as suggested by Daniel Golle)
Diffstat (limited to 'src/dht/gnunet-service-dht_neighbours.c')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.c b/src/dht/gnunet-service-dht_neighbours.c
index caa226dad..3f65fbd34 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -45,7 +45,6 @@
45#include "gnunet-service-dht_neighbours.h" 45#include "gnunet-service-dht_neighbours.h"
46#include "gnunet-service-dht_nse.h" 46#include "gnunet-service-dht_nse.h"
47#include "gnunet-service-dht_routing.h" 47#include "gnunet-service-dht_routing.h"
48#include <fenv.h>
49#include "dht.h" 48#include "dht.h"
50 49
51#define LOG_TRAFFIC(kind,...) GNUNET_log_from (kind, "dht-traffic",__VA_ARGS__) 50#define LOG_TRAFFIC(kind,...) GNUNET_log_from (kind, "dht-traffic",__VA_ARGS__)