X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c04075c49b6bc68df4f37240b4ac53e7a108abaa..85313e62aa3ec8a2f1de00cb7da9df46588ea2c2:/src/instr/instr_paje_types.hpp 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