X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/26897ac6e3ae5add8d64c16c97cc9121ba6e70bf..a57327d86b9fb16acacc71a3359817acd2a2816b:/teshsuite/mc/dwarf-expression/dwarf-expression.cpp?ds=sidebyside diff --git a/teshsuite/mc/dwarf-expression/dwarf-expression.cpp b/teshsuite/mc/dwarf-expression/dwarf-expression.cpp index 8a63108c45..e38b70ad0c 100644 --- a/teshsuite/mc/dwarf-expression/dwarf-expression.cpp +++ b/teshsuite/mc/dwarf-expression/dwarf-expression.cpp @@ -1,5 +1,4 @@ -/* Copyright (c) 2014-2019. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2014-2019. 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. */ @@ -8,18 +7,18 @@ #undef NDEBUG #endif +#include "src/mc/mc_private.hpp" + +#include "src/mc/inspect/ObjectInformation.hpp" +#include "src/mc/inspect/Type.hpp" +#include "src/mc/inspect/Variable.hpp" +#include "src/mc/remote/RemoteClient.hpp" + #include #include #include #include -#include "src/mc/mc_private.hpp" - -#include "src/mc/ObjectInformation.hpp" -#include "src/mc/Type.hpp" -#include "src/mc/Variable.hpp" -#include "src/mc/remote/RemoteClient.hpp" - static std::default_random_engine rnd_engine; static simgrid::mc::RemoteClient* process;