X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/67d66b0cf79b9fc02c0450f254584693dbf21d3b..HEAD:/src/instr/instr_paje_types.hpp?ds=sidebyside diff --git a/src/instr/instr_paje_types.hpp b/src/instr/instr_paje_types.hpp index d09cb2b040..bdb16d4819 100644 --- a/src/instr/instr_paje_types.hpp +++ b/src/instr/instr_paje_types.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2021. 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. */ @@ -11,8 +11,7 @@ #include #include -namespace simgrid { -namespace instr { +namespace simgrid::instr { class ContainerType; class EventType; @@ -131,6 +130,5 @@ public: void pop_event(); void pop_event(TIData* extra); }; -} // namespace instr -} // namespace simgrid +} // namespace simgrid::instr #endif