X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/62394526fb28d472d9ebfa840da584e6dd7ad3e9..51c23076e2b42ff07dc167dea1cb0e3a4ab3cf68:/src/include/xbt/parmap.hpp diff --git a/src/include/xbt/parmap.hpp b/src/include/xbt/parmap.hpp index 3aeaf196df..1bde553e5c 100644 --- a/src/include/xbt/parmap.hpp +++ b/src/include/xbt/parmap.hpp @@ -1,7 +1,6 @@ /* A thread pool (C++ version). */ -/* Copyright (c) 2004-2018 The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2004-2018 The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -11,16 +10,11 @@ #include "src/internal_config.h" // HAVE_FUTEX_H #include "src/kernel/context/Context.hpp" -#include +#include "xbt/xbt_os_thread.h" + #include -#include -#include -#include -#include -#include #if HAVE_FUTEX_H -#include #include #include #endif