X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7d4e135c16a74f7a443a518115fe8930694ddfb0..72d32c4e88a57f4786f62fec48a1bfa454adbff9:/src/instr/instr_paje_events.hpp diff --git a/src/instr/instr_paje_events.hpp b/src/instr/instr_paje_events.hpp index c5cfb8a103..d182088913 100644 --- a/src/instr/instr_paje_events.hpp +++ b/src/instr/instr_paje_events.hpp @@ -12,8 +12,7 @@ #include #include -namespace simgrid { -namespace instr { +namespace simgrid::instr { class EntityValue; class TIData; @@ -125,6 +124,5 @@ public: } void print() override; }; -} // namespace instr -} // namespace simgrid +} // namespace simgrid::instr #endif