From: mquinson Date: Thu, 20 Dec 2007 13:51:06 +0000 (+0000) Subject: These two certainly do not need hardcore portability bits X-Git-Tag: v3.3~707 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ce9a8cd31fe69fafd4c09fb03960afed24f98bab These two certainly do not need hardcore portability bits git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5144 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/include/surf/maxmin.h b/src/include/surf/maxmin.h index 6618349385..b38ed7b930 100644 --- a/src/include/surf/maxmin.h +++ b/src/include/surf/maxmin.h @@ -9,7 +9,6 @@ #define _SURF_MAXMIN_H #include "xbt/misc.h" -#include "portable.h" #define MAXMIN_PRECISION 0.00001 static XBT_INLINE void double_update(double *variable, double value) diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index f401c3617e..8cbf635ceb 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -12,7 +12,6 @@ #include "xbt/dynar.h" #include "xbt/dict.h" #include "xbt/misc.h" -#include "portable.h" SG_BEGIN_DECL()