From af4715d1fae77dfc6c5d311b6ca8ac6d3e74ffb7 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 15 Oct 2017 21:19:31 +0200 Subject: [PATCH] follow up on #228: fix make dist and cleanups --- examples/s4u/CMakeLists.txt | 2 +- examples/s4u/actor-execute/s4u-actor-execute.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/s4u/CMakeLists.txt b/examples/s4u/CMakeLists.txt index 9fa8945015..542c4548a6 100644 --- a/examples/s4u/CMakeLists.txt +++ b/examples/s4u/CMakeLists.txt @@ -35,7 +35,7 @@ set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/app-bittorrent/s4u ${CMAKE_CURRENT_SOURCE_DIR}/async-wait/s4u-async-wait.tesh ${CMAKE_CURRENT_SOURCE_DIR}/async-waitany/s4u-async-waitany.tesh ${CMAKE_CURRENT_SOURCE_DIR}/async-waitall/s4u-async-waitall.tesh - ${CMAKE_CURRENT_SOURCE_DIR}/process-create/s4u-actor-execute.tesh PARENT_SCOPE) + ${CMAKE_CURRENT_SOURCE_DIR}/actor-execute/s4u-actor-execute.tesh PARENT_SCOPE) set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/actions-comm/s4u-actions-comm-split_d.xml ${CMAKE_CURRENT_SOURCE_DIR}/actions-comm/s4u-actions-comm_d.xml ${CMAKE_CURRENT_SOURCE_DIR}/actions-storage/s4u-actions-storage_d.xml diff --git a/examples/s4u/actor-execute/s4u-actor-execute.cpp b/examples/s4u/actor-execute/s4u-actor-execute.cpp index b0c5e67a5e..66f5af0acf 100644 --- a/examples/s4u/actor-execute/s4u-actor-execute.cpp +++ b/examples/s4u/actor-execute/s4u-actor-execute.cpp @@ -4,8 +4,6 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "simgrid/s4u.hpp" -#include -#include static int executor(std::vector args) { -- 2.20.1