From: alegrand Date: Wed, 5 Mar 2008 01:40:41 +0000 (+0000) Subject: Help compiling after last xml parsing/dtd modifications. X-Git-Tag: v3.3~626 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7b85a81173fda07b964dfd4d9d78a66bb8f1fe45?hp=6604e8466fdc826ccc67cc9e0cabfc85ea8ea0c5 Help compiling after last xml parsing/dtd modifications. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5250 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/masterslave/masterslave_bypass.c b/examples/msg/masterslave/masterslave_bypass.c index 5769ff6126..15f458f2ec 100644 --- a/examples/msg/masterslave/masterslave_bypass.c +++ b/examples/msg/masterslave/masterslave_bypass.c @@ -8,7 +8,6 @@ #include #include "msg/msg.h" /* Yeah! If you want to use msg, you need to include msg/msg.h */ #include "surf/surfxml_parse.h" /* to override surf_parse and bypass the parser */ -#include "surf/surfxml.h" /* to hijack surf_parse_lex */ /* Create a log channel to have nice outputs. */ #include "xbt/log.h"