From: mquinson Date: Tue, 27 Nov 2007 15:36:07 +0000 (+0000) Subject: xbt/context.h is a private header, and the filename does not need to be prefixed... X-Git-Tag: v3.3~779 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8b20979bc8008c6665721eaa0e6979d667284cec?ds=sidebyside xbt/context.h is a private header, and the filename does not need to be prefixed by xbt since we always load it as xbt/context.h, so xbt/xbt_context.h is a bit redundent git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5068 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/xbt_context.h b/src/include/xbt/context.h similarity index 100% rename from include/xbt/xbt_context.h rename to src/include/xbt/context.h diff --git a/src/xbt/xbt_context_private.h b/src/xbt/xbt_context_private.h index 9f7bf2cde2..b073653c7f 100644 --- a/src/xbt/xbt_context_private.h +++ b/src/xbt/xbt_context_private.h @@ -2,7 +2,7 @@ #define _XBT_CONTEXT_PRIVATE_H #include "xbt/sysdep.h" -#include "xbt/xbt_context.h" +#include "xbt/context.h" #include "xbt/swag.h" SG_BEGIN_DECL()