X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96360f6e8febd538874535e592a71e37c807c2f8..f9b13d923d31bb0336aeeaab6d5b7ba33812f3f7:/src/s4u/s4u_Barrier.cpp diff --git a/src/s4u/s4u_Barrier.cpp b/src/s4u/s4u_Barrier.cpp index f1e449be69..1bb6e23225 100644 --- a/src/s4u/s4u_Barrier.cpp +++ b/src/s4u/s4u_Barrier.cpp @@ -1,16 +1,11 @@ -/* Copyright (c) 2018-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2018-2022. 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. */ -#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");