X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96360f6e8febd538874535e592a71e37c807c2f8..f7b8f22f56d0a63d3a13058dfac718bc7ebaf32f:/src/s4u/s4u_Barrier.cpp diff --git a/src/s4u/s4u_Barrier.cpp b/src/s4u/s4u_Barrier.cpp index f1e449be69..ff34621de7 100644 --- a/src/s4u/s4u_Barrier.cpp +++ b/src/s4u/s4u_Barrier.cpp @@ -3,14 +3,9 @@ /* 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. */ -#include -#include - -#include "simgrid/Exception.hpp" -#include "simgrid/barrier.h" -#include "simgrid/s4u/Barrier.hpp" -#include "simgrid/simix.h" -#include "xbt/log.hpp" +#include +#include +#include XBT_LOG_NEW_DEFAULT_SUBCATEGORY(s4u_barrier, s4u, "S4U barrier");