X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a3625e2b5b3077b38b70da8e345175568938738a..9abea5188b7bc67c822270a2cb300c777d3b2727:/src/kernel/resource/NetworkModelFactors_test.cpp diff --git a/src/kernel/resource/NetworkModelFactors_test.cpp b/src/kernel/resource/NetworkModelFactors_test.cpp index 4a89333b7e..0d5064ba44 100644 --- a/src/kernel/resource/NetworkModelFactors_test.cpp +++ b/src/kernel/resource/NetworkModelFactors_test.cpp @@ -1,14 +1,14 @@ -/* Copyright (c) 2017-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2017-2023. 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 "catch.hpp" +#include "src/3rd-party/catch.hpp" #include "simgrid/s4u/Engine.hpp" -#include "simgrid/sg_config.hpp" #include "src/internal_config.h" // HAVE_SMPI #include "src/kernel/resource/NetworkModelFactors.hpp" +#include "src/simgrid/sg_config.hpp" static double factor_cb(double, const simgrid::s4u::Host*, const simgrid::s4u::Host*, const std::vector&, const std::unordered_set&)