X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/242fde5e8077f8193db4df5f262a9672085c8d8a..0e76d8c61330aac075dec2a449f266cbb5bafb82:/teshsuite/mc/dwarf/dwarf.cpp diff --git a/teshsuite/mc/dwarf/dwarf.cpp b/teshsuite/mc/dwarf/dwarf.cpp index 4bd2e89c0f..9aeec324b0 100644 --- a/teshsuite/mc/dwarf/dwarf.cpp +++ b/teshsuite/mc/dwarf/dwarf.cpp @@ -14,9 +14,14 @@ #include #include -#include "../../src/include/mc/datatypes.h" -#include "../../src/mc/mc_object_info.h" -#include "../../src/mc/mc_private.h" +#include "mc/datatypes.h" +#include "mc/mc_object_info.h" +#include "mc/mc_private.h" +#include "mc/mc_process.h" + +#include "mc/Type.hpp" +#include "mc/ObjectInformation.hpp" +#include "mc/Variable.hpp" int test_some_array[4][5][6]; struct some_struct { int first; int second[4][5]; } test_some_struct;