Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
test local version of gras, not the installed one; use gras_init now that it exists...
[simgrid.git] / testsuite / gras / mk_datadesc_structs.pl
index 7ebf03c..41a6571 100755 (executable)
@@ -19,8 +19,7 @@ die 'scalar @types != scalar @abrev' unless (scalar @types == scalar @abrev);
 
 print "/* This file is perl-generated, of course */\n\n";
 
-print "#include <stdio.h>\n";
-print "#include <gras.h>\n\n";
+print "#include \"gras.h\"\n\n";
 
 print "XBT_LOG_NEW_DEFAULT_SUBCATEGORY(structs,test,\"Logs about the gigantic struct test\");\n\n";