-ftbfs
[oweals/gnunet.git] / src / set / strata_estimator.c
index 543352331ab9a25e807d6bdd1e386c64867f5ab7..0f92ea4d98a5a7eeb21be7b3f28dbc98a8adc0d0 100644 (file)
@@ -4,7 +4,7 @@
 
       GNUnet is free software; you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published
-      by the Free Software Foundation; either version 2, or (at your
+      by the Free Software Foundation; either version 3, or (at your
       option) any later version.
 
       GNUnet is distributed in the hope that it will be useful, but
@@ -25,7 +25,7 @@
  */
 
 #include "platform.h"
-#include "gnunet_common.h"
+#include "gnunet_util_lib.h"
 #include "ibf.h"
 #include "strata_estimator.h"
 
@@ -117,7 +117,6 @@ strata_estimator_difference (const struct StrataEstimator *se1,
       int more;
 
       more = ibf_decode (diff, NULL, NULL);
-      GNUNET_log (GNUNET_ERROR_TYPE_INFO, "decoding\n");
       if (GNUNET_NO == more)
       {
         count += ibf_count;