X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b266c9f9b644f15f1d397e60f5affa12cf0167d8..e18b130366eaef03cef5a1eea2d588d43703981d:/src/simix/RawContext.cpp diff --git a/src/simix/RawContext.cpp b/src/simix/RawContext.cpp index 6c86829983..96cedd1d7b 100644 --- a/src/simix/RawContext.cpp +++ b/src/simix/RawContext.cpp @@ -16,9 +16,11 @@ #include #include -#include -#include -#include +#include "src/internal_config.h" + +#include "xbt/log.h" +#include "xbt/parmap.h" +#include "xbt/dynar.h" #include "smx_private.h" #include "smx_private.hpp" @@ -72,8 +74,7 @@ private: ContextFactory* raw_factory() { - XBT_VERB("Using raw contexts. " - "Because the glibc is just not good enough for us."); + XBT_VERB("Using raw contexts. Because the glibc is just not good enough for us."); return new RawContextFactory(); }