X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..9afa0d0db01da2ae64e48fb594cc87c186dde192:/src/instr/instr_paje_containers.hpp diff --git a/src/instr/instr_paje_containers.hpp b/src/instr/instr_paje_containers.hpp index 06e6219cc2..957d4981ef 100644 --- a/src/instr/instr_paje_containers.hpp +++ b/src/instr/instr_paje_containers.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-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. */ @@ -9,8 +9,7 @@ #include "src/instr/instr_private.hpp" #include -namespace simgrid { -namespace instr { +namespace simgrid::instr { class Type; class LinkType; class StateType; @@ -75,6 +74,5 @@ class HostContainer : public Container { public: HostContainer(s4u::Host const& host, NetZoneContainer* parent); }; -} // namespace instr -} // namespace simgrid +} // namespace simgrid::instr #endif