X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/661e64114641721802e309fc277b081ea01078c8..a57327d86b9fb16acacc71a3359817acd2a2816b:/src/mc/inspect/mc_dwarf.cpp diff --git a/src/mc/inspect/mc_dwarf.cpp b/src/mc/inspect/mc_dwarf.cpp index 81f61f1c42..9fbe7255cc 100644 --- a/src/mc/inspect/mc_dwarf.cpp +++ b/src/mc/inspect/mc_dwarf.cpp @@ -3,33 +3,31 @@ /* 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. */ +#include "src/simgrid/util.hpp" +#include "xbt/log.h" +#include "xbt/string.hpp" +#include "xbt/sysdep.h" +#include + +#include "src/mc/inspect/ObjectInformation.hpp" +#include "src/mc/inspect/Variable.hpp" +#include "src/mc/inspect/mc_dwarf.hpp" +#include "src/mc/mc_private.hpp" +#include "src/mc/remote/RemoteClient.hpp" + #include #include - +#include +#include #include #include #include -#include #include -#include #include -#include "src/simgrid/util.hpp" -#include "xbt/log.h" -#include "xbt/string.hpp" -#include "xbt/sysdep.h" -#include - -#include "src/mc/mc_dwarf.hpp" -#include "src/mc/mc_private.hpp" - -#include "src/mc/ObjectInformation.hpp" -#include "src/mc/Variable.hpp" -#include "src/mc/remote/RemoteClient.hpp" - XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_dwarf, mc, "DWARF processing"); /** @brief The default DW_TAG_lower_bound for a given DW_AT_language.