From: mquinson Date: Wed, 19 Dec 2007 20:56:47 +0000 (+0000) Subject: Oops, do not load portable.h from a public header: it's not installed X-Git-Tag: v3.3~713 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9b00f93ba23b10b26ed955c8b6a90cf52a2cdb73?ds=inline Oops, do not load portable.h from a public header: it's not installed git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5138 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/strbuff.h b/include/xbt/strbuff.h index 4a64e9202e..7fde727073 100644 --- a/include/xbt/strbuff.h +++ b/include/xbt/strbuff.h @@ -11,7 +11,6 @@ #ifndef XBT_STRBUFF_H #define XBT_STRBUFF_H -#include "portable.h" #include "xbt/sysdep.h" #include "xbt/function_types.h" #include "xbt/log.h"