From 52ae7e53f6b8dfd26612e4e9f0830918fd1ee312 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 Feb 2015 19:55:31 +0000 Subject: -misc cleanups --- src/ats/gnunet-service-ats_scheduling.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ats/gnunet-service-ats_scheduling.c') diff --git a/src/ats/gnunet-service-ats_scheduling.c b/src/ats/gnunet-service-ats_scheduling.c index e1e60c063..59ac1be93 100644 --- a/src/ats/gnunet-service-ats_scheduling.c +++ b/src/ats/gnunet-service-ats_scheduling.c @@ -25,7 +25,6 @@ * @author Christian Grothoff */ #include "platform.h" -#include "gnunet-service-ats.h" #include "gnunet-service-ats_addresses.h" #include "gnunet-service-ats_scheduling.h" #include "ats.h" @@ -99,7 +98,7 @@ GAS_scheduling_transmit_address_suggestion (const struct GNUNET_PeerIdentity *pe if (NULL == my_client) return; GNUNET_STATISTICS_update (GSA_stats, - "# address suggestions made", + "# address suggestions made", 1, GNUNET_NO); msg.header.size = htons (sizeof (struct AddressSuggestionMessage)); -- cgit v1.2.3