From: Arnaud Giersch Date: Mon, 9 Jul 2012 20:00:24 +0000 (+0200) Subject: Fix fatal error: simix/simix.h: No such file or directory. X-Git-Tag: v3_8~303 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/790c7519be5cf6763888e3631d29a57ea022b46b?ds=sidebyside Fix fatal error: simix/simix.h: No such file or directory. Remove the unneeded include. --- diff --git a/examples/smpi/replay.c b/examples/smpi/replay.c index d6b7b43138..9c20e357c6 100644 --- a/examples/smpi/replay.c +++ b/examples/smpi/replay.c @@ -8,7 +8,6 @@ #include #include #include -#include #include XBT_LOG_NEW_DEFAULT_CATEGORY(smpi_replay,"Trace Replay with SMPI");