removing remenants of abstract unix domain socket handling, this finishes addressing...
[oweals/gnunet.git] / src / experimentation / gnunet-daemon-experimentation_scheduler.c
index aef97ee48059aa006e2083a6bcb13ca79c25ae16..a52d60c37ee7e00c74e39bc74a44ad039b488643 100644 (file)
@@ -25,7 +25,6 @@
  * @author Matthias Wachs
  */
 #include "platform.h"
-#include "gnunet_getopt_lib.h"
 #include "gnunet_util_lib.h"
 #include "gnunet_core_service.h"
 #include "gnunet_statistics_service.h"
@@ -233,8 +232,8 @@ GED_scheduler_handle_start (struct Node *n, struct Experiment *e)
     GNUNET_break_op (0);
     return;
   }
-  
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 
+
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
              "Received %s message from peer %s for experiment `%s'\n",
              "START", GNUNET_i2s (&n->id), e->name);
   GED_scheduler_add (n, e, GNUNET_NO);