Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove useless includes
[simgrid.git] / include / simgrid / s4u.hpp
1 /* Copyright (c) 2004-2016. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #ifndef SIMGRID_S4U_S4U_H
7 #define SIMGRID_S4U_S4U_H
8
9 #include <simgrid/s4u/Activity.hpp>
10 #include <simgrid/s4u/Actor.hpp>
11 #include <simgrid/s4u/mailbox.hpp>
12 #include <simgrid/s4u/engine.hpp>
13 #include <simgrid/s4u/host.hpp>
14
15 #include <simgrid/s4u/Mutex.hpp>
16 #include <simgrid/s4u/conditionVariable.hpp>
17 #include <simgrid/s4u/comm.hpp>
18
19 #include <simgrid/s4u/storage.hpp>
20 #include <simgrid/s4u/file.hpp>
21
22 #endif /* SIMGRID_S4U_S4U_H */