From 7b85a81173fda07b964dfd4d9d78a66bb8f1fe45 Mon Sep 17 00:00:00 2001 From: alegrand Date: Wed, 5 Mar 2008 01:40:41 +0000 Subject: [PATCH 1/1] 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 --- examples/msg/masterslave/masterslave_bypass.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.20.1