Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix fatal error: simix/simix.h: No such file or directory.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 9 Jul 2012 20:00:24 +0000 (22:00 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 9 Jul 2012 20:00:34 +0000 (22:00 +0200)
Remove the unneeded include.

examples/smpi/replay.c

index d6b7b43..9c20e35 100644 (file)
@@ -8,7 +8,6 @@
 #include <stdio.h>
 #include <mpi.h>
 #include <xbt.h>
-#include <simix/simix.h>
 #include <xbt/replay.h>
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(smpi_replay,"Trace Replay with SMPI");