Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
follow up on #228: fix make dist and cleanups
[simgrid.git] / examples / s4u / actor-execute / s4u-actor-execute.cpp
index b0c5e67..66f5af0 100644 (file)
@@ -4,8 +4,6 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/s4u.hpp"
-#include <cstdlib>
-#include <iostream>
 
 static int executor(std::vector<std::string> args)
 {