From: suter Date: Thu, 6 Jun 2013 08:23:25 +0000 (+0200) Subject: remove references to an include file that doesn't exist anymore X-Git-Tag: v3_9_90~331 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a7ae6d167dc1e11df403e90d915d45c3a4bed1c0?ds=sidebyside remove references to an include file that doesn't exist anymore --- diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index 46281fea1b..cf624df354 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -6,7 +6,6 @@ #ifndef MSG_DATATYPE_H #define MSG_DATATYPE_H #include "xbt/misc.h" -#include "xbt/file_stat.h" #include "xbt/lib.h" #include "simgrid/simix.h" #include "simgrid_config.h" // for HAVE_TRACING diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index bd69b1909f..d87eac2b59 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -10,7 +10,6 @@ #include "xbt/misc.h" #include "xbt/fifo.h" #include "xbt/dict.h" -#include "xbt/file_stat.h" #include "xbt/function_types.h" #include "xbt/parmap.h" #include "xbt/swag.h" diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index ed1c0e4cf1..398093d785 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -12,7 +12,6 @@ #include "xbt/dict.h" #include "xbt/graph.h" #include "xbt/misc.h" -#include "xbt/file_stat.h" #include "portable.h" #include "xbt/config.h" #include "surf/datatypes.h" diff --git a/src/surf/new_model.c b/src/surf/new_model.c index ea2b572cdc..35e725ec34 100644 --- a/src/surf/new_model.c +++ b/src/surf/new_model.c @@ -10,7 +10,6 @@ #include "xbt/ex.h" #include "xbt/dict.h" -#include "xbt/file_stat.h" #include "portable.h" #include "surf_private.h" #include "new_model_private.h" diff --git a/src/surf/storage.c b/src/surf/storage.c index 2449e3c3b1..8cbfc4f049 100644 --- a/src/surf/storage.c +++ b/src/surf/storage.c @@ -6,7 +6,6 @@ #include "xbt/ex.h" #include "xbt/dict.h" -#include "xbt/file_stat.h" #include "portable.h" #include "surf_private.h" #include "storage_private.h"