From a7ae6d167dc1e11df403e90d915d45c3a4bed1c0 Mon Sep 17 00:00:00 2001 From: suter Date: Thu, 6 Jun 2013 10:23:25 +0200 Subject: [PATCH] remove references to an include file that doesn't exist anymore --- include/msg/datatypes.h | 1 - include/simgrid/simix.h | 1 - src/include/surf/surf.h | 1 - src/surf/new_model.c | 1 - src/surf/storage.c | 1 - 5 files changed, 5 deletions(-) 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" -- 2.20.1