X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8ca4a1a653905648d33077dd1bdfd11883e8fa11..25d6952dcf52e6ffc1e4a402af0e2d3c17ac3935:/src/surf/surf_parse.c diff --git a/src/surf/surf_parse.c b/src/surf/surf_parse.c index 2668ed4fc6..b8101062bd 100644 --- a/src/surf/surf_parse.c +++ b/src/surf/surf_parse.c @@ -6,7 +6,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "xbt/misc.h" -#include "xbt/error.h" +#include "xbt/log.h" #include "surf/surf_parse.h" #include "surf/surf_private.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(parse, surf ,"Logging specific to the SURF module"); @@ -174,7 +174,6 @@ void surf_parse_close(void) { int surf_parse(void) { - int ret=0; return surf_parse_lex(); }