X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..30e0627bbfc12ce4ebeacfda720bc52e95feb22c:/src/instr/instr_paje_types.hpp diff --git a/src/instr/instr_paje_types.hpp b/src/instr/instr_paje_types.hpp index 0961d6e110..bdb16d4819 100644 --- a/src/instr/instr_paje_types.hpp +++ b/src/instr/instr_paje_types.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. */ @@ -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