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 7ebf03c82a60c24cb521c5a79c4764e85a6ee6fd..41a65715daaedd3838e7e1128389a8cfcb3dd1f5 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";