X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f32263569ffe21e013c081a922778e4cb785d7f..3203ed1f4fb6f4617e94d5351661ba07e8b8f833:/teshsuite/mc/dwarf/dwarf.cpp diff --git a/teshsuite/mc/dwarf/dwarf.cpp b/teshsuite/mc/dwarf/dwarf.cpp index 383fbf562d..91df00c073 100644 --- a/teshsuite/mc/dwarf/dwarf.cpp +++ b/teshsuite/mc/dwarf/dwarf.cpp @@ -15,13 +15,13 @@ #include #include "mc/datatypes.h" -#include "mc/mc_object_info.h" -#include "mc/mc_private.h" +#include "src/mc/mc_object_info.h" +#include "src/mc/mc_private.h" -#include "mc/Process.hpp" -#include "mc/Type.hpp" -#include "mc/ObjectInformation.hpp" -#include "mc/Variable.hpp" +#include "src/mc/Process.hpp" +#include "src/mc/Type.hpp" +#include "src/mc/ObjectInformation.hpp" +#include "src/mc/Variable.hpp" int test_some_array[4][5][6]; struct some_struct { int first; int second[4][5]; } test_some_struct;