X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2ca35a707044d033c33cb4f016e6ffddfded0d05..91b3883142b769ef1fc0b7d460f78d2ae526bca2:/include/simgrid/s4u.hpp diff --git a/include/simgrid/s4u.hpp b/include/simgrid/s4u.hpp index 4ffe876512..ee32b446d5 100644 --- a/include/simgrid/s4u.hpp +++ b/include/simgrid/s4u.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2016. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2017. 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. */ @@ -6,17 +6,19 @@ #ifndef SIMGRID_S4U_S4U_H #define SIMGRID_S4U_S4U_H -#include "s4u/Actor.hpp" -#include "s4u/mailbox.hpp" -#include "s4u/engine.hpp" -#include "s4u/host.hpp" +#include +#include +#include +#include +#include +#include +#include -#include "s4u/Mutex.hpp" -#include "s4u/conditionVariable.hpp" -#include "s4u/Activity.hpp" -#include "s4u/comm.hpp" +#include +#include +#include -#include "s4u/storage.hpp" -#include "s4u/file.hpp" +#include +#include #endif /* SIMGRID_S4U_S4U_H */